forked from wolfSSL/wolfssl
Removed inclusion of openSSL header
This commit is contained in:
@ -2,9 +2,6 @@
|
|||||||
|
|
||||||
#include <wolfssl/openssl/ssl.h>
|
#include <wolfssl/openssl/ssl.h>
|
||||||
|
|
||||||
/* for compatibility, this is expected to be included */
|
|
||||||
#include <openssl/dh.h>
|
|
||||||
|
|
||||||
/* wolfSSL_X509_print_ex flags */
|
/* wolfSSL_X509_print_ex flags */
|
||||||
#define X509_FLAG_COMPAT (0UL)
|
#define X509_FLAG_COMPAT (0UL)
|
||||||
#define X509_FLAG_NO_HEADER (1UL << 0)
|
#define X509_FLAG_NO_HEADER (1UL << 0)
|
||||||
|
Reference in New Issue
Block a user