From 7a2379ac92bb929ffb389b778a2ee4045384d724 Mon Sep 17 00:00:00 2001 From: liuluobin Date: Thu, 21 Oct 2021 09:52:30 +0800 Subject: [PATCH] Fix the openSSL version number in cmake --- cmake/external_libs/openssl.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/external_libs/openssl.cmake b/cmake/external_libs/openssl.cmake index 68b489c0978..470017364d6 100644 --- a/cmake/external_libs/openssl.cmake +++ b/cmake/external_libs/openssl.cmake @@ -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}