mirror of
https://github.com/yhirose/cpp-httplib.git
synced 2025-05-15 01:08:27 +00: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…
Add table
Add a link
Reference in a new issue