This commit is contained in:
yhirose 2019-12-26 20:16:07 -05:00
parent 797d1f27e8
commit 8a348f17fd
4 changed files with 12 additions and 6 deletions

View file

@ -204,9 +204,9 @@ using socket_t = int;
#include <iostream>
#include <sstream>
// #if OPENSSL_VERSION_NUMBER < 0x1010100fL
// #error Sorry, OpenSSL versions prior to 1.1.1 are not supported
// #endif
#if OPENSSL_VERSION_NUMBER < 0x1010100fL
#error Sorry, OpenSSL versions prior to 1.1.1 are not supported
#endif
#if OPENSSL_VERSION_NUMBER < 0x10100000L
#include <openssl/crypto.h>