x509.h: include the correct header

pull/2497/head
Daniele Lacamera 2019-10-04 15:04:35 +02:00
parent 5f1dcc3b0c
commit 3183ccc0c8
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
/* x509.h for openssl */
#include <wolfssl/openssl/ssl.h>
#include <wolfssl/openssl/dh.h>
/* wolfSSL_X509_print_ex flags */
#define X509_FLAG_COMPAT (0UL)