mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-29 18:27:29 +02:00
Merge pull request #2497 from danielinux/openssl-cleanup
Fix include path issue for openssl compatibility for dh.h.
This commit is contained in:
@ -1,9 +1,7 @@
|
||||
/* x509.h for openssl */
|
||||
|
||||
#include <wolfssl/openssl/ssl.h>
|
||||
|
||||
/* for compatibility, this is expected to be included */
|
||||
#include <openssl/dh.h>
|
||||
#include <wolfssl/openssl/dh.h>
|
||||
|
||||
/* wolfSSL_X509_print_ex flags */
|
||||
#define X509_FLAG_COMPAT (0UL)
|
||||
|
Reference in New Issue
Block a user