Skip to content

Commit

Permalink
temporary build experiment
Browse files Browse the repository at this point in the history
Signed-off-by: Anthony Fishbeck <anthony.fishbeck@lexisnexisrisk.com>
  • Loading branch information
afishbeckln committed Aug 28, 2020
1 parent 1a0059b commit b7ccf82
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions system/httplib/httplib.h
Expand Up @@ -207,9 +207,10 @@ 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
//temporary experiment
//#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>
Expand Down

0 comments on commit b7ccf82

Please sign in to comment.