libs: updated to OpenSSL 1.1.1e

This commit is contained in:
Remy Marquis 2020-03-26 13:10:36 +01:00
parent 10a0c54aa9
commit f2ed71aca3

View file

@ -67,7 +67,7 @@ if(WIN32)
#URL_MD5 "9e380f6f9cc497bd2f47c944019239ac"
#GIT_REPOSITORY "https://github.com/openssl/openssl.git"
DOWNLOAD_DIR ${LIBS_DOWNLOAD_DIR}/openssl
URL https://github.com/openssl/openssl/archive/OpenSSL_1_1_1d.tar.gz
URL https://github.com/openssl/openssl/archive/OpenSSL_1_1_1e.tar.gz
SOURCE_DIR "${CMAKE_BINARY_DIR}/openssl"
BUILD_IN_SOURCE 1
CONFIGURE_COMMAND ${OPENSSL_CONFIGURE}