bugfix: TSG-7981 将openssl从1.1.1g更新到1.1.1l

This commit is contained in:
luwenpeng
2021-10-06 10:02:21 +03:00
parent 745187d0a3
commit c3cead1d84
2 changed files with 2 additions and 2 deletions

View File

@@ -4,8 +4,8 @@ include(ExternalProject)
### OpenSSL 1.1.1
ExternalProject_Add(OpenSSL PREFIX openssl
URL ${CMAKE_CURRENT_SOURCE_DIR}/openssl-1.1.1g.tar.gz
URL_MD5 76766e98997660138cdaf13a187bd234
URL ${CMAKE_CURRENT_SOURCE_DIR}/openssl-1.1.1l.tar.gz
URL_MD5 ac0d4387f3ba0ad741b0580dd45f6ff3
CONFIGURE_COMMAND ./Configure enable-ssl3 enable-ssl3-method enable-weak-ssl-ciphers linux-x86_64 --prefix=<INSTALL_DIR> --openssldir=<INSTALL_DIR>/lib/ssl
enable-ec_nistp_64_gcc_128 no-shared
BUILD_COMMAND ${MAKE_COMMAND}

BIN
vendor/openssl-1.1.1l.tar.gz vendored Normal file

Binary file not shown.