1
0
mirror of synced 2025-06-12 07:41:53 +03:00

Fixed build error on Windows with OpenSSL

This commit is contained in:
yhirose
2020-07-27 22:32:31 -04:00
parent 2538a85486
commit e9058e5639

View File

@ -196,6 +196,8 @@ using socket_t = int;
#include <openssl/ssl.h>
#include <openssl/x509v3.h>
#include <openssl/applink.c>
#include <iomanip>
#include <iostream>
#include <sstream>