summaryrefslogtreecommitdiffstats
path: root/ssl_backend.h
diff options
context:
space:
mode:
Diffstat (limited to 'ssl_backend.h')
-rw-r--r--ssl_backend.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/ssl_backend.h b/ssl_backend.h
index 324fc33..8573bba 100644
--- a/ssl_backend.h
+++ b/ssl_backend.h
@@ -36,6 +36,10 @@
#ifdef USE_OPENSSL
#include "ssl_openssl.h"
#endif
+#ifdef USE_POLARSSL
+#include "ssl_polarssl.h"
+#include "ssl_verify_polarssl.h"
+#endif
/*