ustream-ssl: cyassl compatibility with build time options
[project/ustream-ssl.git] / ustream-internal.h
index 020e1c6..4932a0d 100644 (file)
@@ -26,6 +26,9 @@
 #elif defined(HAVE_POLARSSL)
 #include "ustream-polarssl.h"
 #else
+#if defined(HAVE_CYASSL)
+#include <wolfssl/options.h>
+#endif
 #include "ustream-openssl.h"
 #endif