add mbedtls variant
[project/ustream-ssl.git] / ustream-internal.h
index e0e1f5014fd0bf0bad405f0596fec938cc02a79d..020e1c69d1be70eb27a70ab861b84bcb092da916 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"