Merge remote-tracking branch 'purple/openssl' into fix-leak-2017-09-27

This commit is contained in:
Jeff Becker 2017-09-27 09:48:19 -04:00
commit acde10b46e
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

View File

@ -324,7 +324,7 @@ if(NOT DEFINED OPENSSL_INCLUDE_DIR)
message(SEND_ERROR "Could not find OpenSSL. Please download and install it first!")
else()
if(NOT (OPENSSL_VERSION VERSION_LESS 1.1))
message(SEND_ERROR "Unsupported OpenSSL version: ${OPENSSL_VERSION} (required < 1.1)")
message(WARNING "Your OpenSSL version ${OPENSSL_VERSION} >=1.1 is experimental: build with v1.0 when possible.")
endif()
endif()