ustream-openssl: fix wolfSSL includes
[project/ustream-ssl.git] / ustream-openssl.c
index f8e848d69fb3244ff296375288d9de62984c93df..dec2b9f7816d50e944b2dbac346327bb2c27bee7 100644 (file)
 #include <ctype.h>
 #include "ustream-ssl.h"
 #include "ustream-internal.h"
+
+#if !defined(HAVE_WOLFSSL)
 #include <openssl/x509v3.h>
+#endif
 
 /* Ciphersuite preference:
  * - for server, no weak ciphers are used if you use an ECDSA key.