mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-01-19 01:09:58 +00:00
Merge remote-tracking branch 'purple/openssl' into fix-leak-2017-09-27
This commit is contained in:
commit
acde10b46e
@ -324,7 +324,7 @@ if(NOT DEFINED OPENSSL_INCLUDE_DIR)
|
|||||||
message(SEND_ERROR "Could not find OpenSSL. Please download and install it first!")
|
message(SEND_ERROR "Could not find OpenSSL. Please download and install it first!")
|
||||||
else()
|
else()
|
||||||
if(NOT (OPENSSL_VERSION VERSION_LESS 1.1))
|
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()
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user