mbedtls: Fix setting allowed cipher suites
[project/ustream-ssl.git] / ustream-internal.h
index 020e1c6..a8c534f 100644 (file)
 
 #if defined(HAVE_MBEDTLS)
 #include "ustream-mbedtls.h"
-#elif defined(HAVE_POLARSSL)
-#include "ustream-polarssl.h"
 #else
+#if defined(HAVE_CYASSL)
+#include <wolfssl/options.h>
+#endif
 #include "ustream-openssl.h"
 #endif