--- a/config.tests/unix/openssl/openssl.cpp 2016-06-17 23:47:11.639348235 +0200 +++ b/config.tests/unix/openssl/openssl.cpp 2016-06-17 23:43:04.655143817 +0200 @@ -43,12 +43,6 @@ # error "OpenSSL >= 0.9.7 is required" #endif -#include - -#if OPENSSL_VERSION_NUMBER-0 >= 0x10002000L && !defined(OPENSSL_NO_EC) && !defined(SSL_CTRL_SET_CURVES) -# error "OpenSSL was reported as >= 1.0.2 but is missing required features, possibly it's libressl which is unsupported" -#endif - int main() { }