Removed inclusion of openSSL header

pull/2497/head
Daniele Lacamera 2019-10-04 10:22:38 +02:00
parent 197b22973b
commit 5f1dcc3b0c
1 changed files with 0 additions and 3 deletions

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)