mirror of
https://github.com/yhirose/cpp-httplib
synced 2024-11-21 06:26:02 -07:00
parent
ae54e833ea
commit
5f76cb01c7
1 changed files with 1 additions and 1 deletions
|
@ -199,7 +199,7 @@ using socket_t = int;
|
|||
#include <openssl/ssl.h>
|
||||
#include <openssl/x509v3.h>
|
||||
|
||||
#ifdef _WIN32
|
||||
#if defined(_WIN32) && defined(OPENSSL_USE_APPLINK)
|
||||
#include <openssl/applink.c>
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue