1
0
mirror of synced 2025-06-13 18:41:30 +03:00

fix #592 -- add check for static-linked OpenSSL (#595)

This commit is contained in:
PixlRainbow
2020-08-01 20:10:42 +08:00
committed by GitHub
parent ae54e833ea
commit 5f76cb01c7

View File

@ -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