Add missing stdint.h reference.

This commit is contained in:
David Garske
2020-10-23 13:42:25 -07:00
parent a50e88430f
commit 685a35e097
2 changed files with 3 additions and 0 deletions

View File

@@ -39,6 +39,8 @@ WOLFSSL_API unsigned long wolfSSLeay(void);
WOLFSSL_API unsigned long wolfSSL_OpenSSL_version_num(void);
#ifdef OPENSSL_EXTRA
#include <stdint.h>
WOLFSSL_API void wolfSSL_OPENSSL_free(void*);
WOLFSSL_API void *wolfSSL_OPENSSL_malloc(size_t a);

View File

@@ -68,6 +68,7 @@
#endif
#ifdef OPENSSL_EXTRA
#include <stdint.h>
WOLFSSL_API int wolfSSL_OPENSSL_init_ssl(uint64_t opts, const OPENSSL_INIT_SETTINGS *settings);
#endif