Merge pull request #2497 from danielinux/openssl-cleanup

Fix include path issue for openssl compatibility for dh.h.
This commit is contained in:
David Garske
2019-10-04 08:23:37 -07:00
committed by GitHub

View File

@ -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)