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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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