Remove CyaSSL, WolfSSL < 3.10.4 support
[project/ustream-ssl.git] / ustream-openssl.h
index afff22b1a65c1c14325b876fbe3e8261eeda0943..0a6ca91023d0f9b13fb8878610e56a5dbd4fecbc 100644 (file)
 #ifndef __USTREAM_OPENSSL_H
 #define __USTREAM_OPENSSL_H
 
+#if defined(HAVE_WOLFSSL)
+#include <wolfssl/options.h>
+#endif
+
 #include <openssl/ssl.h>
 #include <openssl/err.h>
 #include <stdbool.h>