add mbedtls variant
[project/ustream-ssl.git] / ustream-internal.h
index e0e1f50..020e1c6 100644 (file)
@@ -21,7 +21,9 @@
 
 #define __hidden __attribute__((visibility("hidden")))
 
-#ifdef HAVE_POLARSSL
+#if defined(HAVE_MBEDTLS)
+#include "ustream-mbedtls.h"
+#elif defined(HAVE_POLARSSL)
 #include "ustream-polarssl.h"
 #else
 #include "ustream-openssl.h"