Fix the openSSL version number in cmake

This commit is contained in:
liuluobin 2021-10-21 09:52:30 +08:00
parent c4c8496351
commit 7a2379ac92
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ else()
endif()
if(${CMAKE_SYSTEM_NAME} MATCHES "Linux")
mindspore_add_pkg(openssl
VER 1.1.0
VER 1.1.1k
LIBS ssl crypto
URL ${REQ_URL}
MD5 ${MD5}