forked from wolfSSL/wolfssl
wincrypt.h requires windows.h, which isn't included in internal.h when WOLFCRYPT_ONLY set
This commit is contained in:
@ -163,6 +163,7 @@
|
|||||||
#endif /* !WOLFCRYPT_ONLY || OPENSSL_EXTRA */
|
#endif /* !WOLFCRYPT_ONLY || OPENSSL_EXTRA */
|
||||||
|
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
|
#include <windows.h>
|
||||||
#include <Wincrypt.h>
|
#include <Wincrypt.h>
|
||||||
#pragma comment(lib, "crypt32")
|
#pragma comment(lib, "crypt32")
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user