Fix md5 check error of OpenSSL

This commit is contained in:
jin-xiulang 2021-10-15 10:30:53 +08:00
parent 18920f57aa
commit 68f6419f74
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
if(ENABLE_GITEE)
set(REQ_URL "https://gitee.com/mirrors/openssl/repository/archive/OpenSSL_1_1_1k.tar.gz")
set(MD5 "d4acbcc4a5e6c31d86ede95b5d22f7a0")
set(MD5 "5e96e1713bb1f93358f68cf1a85d4512")
else()
set(REQ_URL "https://github.com/openssl/openssl/archive/refs/tags/OpenSSL_1_1_1k.tar.gz")
set(MD5 "bdd51a68ad74618dd2519da8e0bcc759")