summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJoshua Colp <jcolp@digium.com>2015-05-15 10:37:58 -0500
committerGerrit Code Review <gerrit2@gerrit.digium.api>2015-05-15 10:37:58 -0500
commite7124a30021bbe9ac90c5cb52b9a806fe42db3fc (patch)
tree0fac76d00e39b6b3ce40e9d4fbdd344996a6b082 /include
parentc49b0dc2a143c5b75d1e4997f510e766bc0944ee (diff)
parent2415a14ce92885169b514d334370e95aa6273c2b (diff)
Merge "Add X.509 subject alternative name support to TLS certificate verification."
Diffstat (limited to 'include')
-rw-r--r--include/asterisk/tcptls.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asterisk/tcptls.h b/include/asterisk/tcptls.h
index 0e8d9d042..a3f3f2884 100644
--- a/include/asterisk/tcptls.h
+++ b/include/asterisk/tcptls.h
@@ -65,6 +65,7 @@
#ifdef DO_SSL
#include <openssl/ssl.h>
#include <openssl/err.h>
+#include <openssl/x509v3.h>
#else
/* declare dummy types so we can define a pointer to them */
typedef struct {} SSL;