Fixed build error on non Windows environments with OpenSSL
This commit is contained in:
parent
e9058e5639
commit
6cce7951fc
@ -196,7 +196,9 @@ using socket_t = int;
|
|||||||
#include <openssl/ssl.h>
|
#include <openssl/ssl.h>
|
||||||
#include <openssl/x509v3.h>
|
#include <openssl/x509v3.h>
|
||||||
|
|
||||||
|
#ifdef _WIN32
|
||||||
#include <openssl/applink.c>
|
#include <openssl/applink.c>
|
||||||
|
#endif
|
||||||
|
|
||||||
#include <iomanip>
|
#include <iomanip>
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user