Removed inclusion of openSSL header

This commit is contained in:
Daniele Lacamera
2019-10-04 10:22:38 +02:00
parent 197b22973b
commit 5f1dcc3b0c

View File

@ -2,9 +2,6 @@
#include <wolfssl/openssl/ssl.h>
/* for compatibility, this is expected to be included */
#include <openssl/dh.h>
/* wolfSSL_X509_print_ex flags */
#define X509_FLAG_COMPAT (0UL)
#define X509_FLAG_NO_HEADER (1UL << 0)