Skip to content
This repository was archived by the owner on Apr 30, 2025. It is now read-only.

Commit 5f76cb0

Browse files
authored
fix yhirose#592 -- add check for static-linked OpenSSL (yhirose#595)
1 parent ae54e83 commit 5f76cb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

httplib.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ using socket_t = int;
199199
#include <openssl/ssl.h>
200200
#include <openssl/x509v3.h>
201201

202-
#ifdef _WIN32
202+
#if defined(_WIN32) && defined(OPENSSL_USE_APPLINK)
203203
#include <openssl/applink.c>
204204
#endif
205205

0 commit comments

Comments
 (0)