Merge pull request #5696 from ejohnstown/wc_only

This commit is contained in:
Hayden Roche
2022-10-12 17:11:06 -07:00
committed by GitHub

View File

@ -163,6 +163,7 @@
#endif /* !WOLFCRYPT_ONLY || OPENSSL_EXTRA */
#ifdef _WIN32
#include <windows.h>
#include <Wincrypt.h>
#pragma comment(lib, "crypt32")
#endif