mirror of
https://github.com/yhirose/cpp-httplib
synced 2024-11-21 06:26:02 -07:00
Fixed build error on non Windows environments with OpenSSL
This commit is contained in:
parent
e9058e5639
commit
6cce7951fc
1 changed files with 2 additions and 0 deletions
|
@ -196,7 +196,9 @@ using socket_t = int;
|
|||
#include <openssl/ssl.h>
|
||||
#include <openssl/x509v3.h>
|
||||
|
||||
#ifdef _WIN32
|
||||
#include <openssl/applink.c>
|
||||
#endif
|
||||
|
||||
#include <iomanip>
|
||||
#include <iostream>
|
||||
|
|
Loading…
Reference in a new issue