Fixed build error on non Windows environments with OpenSSL

This commit is contained in:
yhirose 2020-07-27 22:34:35 -04:00
parent e9058e5639
commit 6cce7951fc

View file

@ -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>