forked from mindspore-Ecosystem/mindspore
update md5 value of openssl
This commit is contained in:
parent
ad0b33486e
commit
27a6d0af48
|
@ -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 "bdd51a68ad74618dd2519da8e0bcc759")
|
||||
else()
|
||||
set(REQ_URL "https://github.com/openssl/openssl/archive/refs/tags/OpenSSL_1_1_1k.tar.gz")
|
||||
set(MD5 "bdd51a68ad74618dd2519da8e0bcc759")
|
||||
|
|
Loading…
Reference in New Issue