From 31acbcf78ddab25f400c83e65deb1a24a0cbf41d Mon Sep 17 00:00:00 2001 From: ChenLi Date: Fri, 5 Jan 2024 16:23:23 +0800 Subject: [PATCH] Upgrade openssl to 3.2.0 (#1362) --- scripts/installCommonDeps.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/installCommonDeps.sh b/scripts/installCommonDeps.sh index 3ce8845d5..59daceecb 100644 --- a/scripts/installCommonDeps.sh +++ b/scripts/installCommonDeps.sh @@ -210,8 +210,8 @@ install_openssl(){ fi if [ -d $LIB_DIR ]; then - local SSL_BASE_VERSION="3.0" - local SSL_VERSION="3.0.8" + local SSL_BASE_VERSION="3.2.0" + local SSL_VERSION="3.2.0" cd $LIB_DIR rm -f ./build/lib/libssl.* rm -f ./build/lib/libcrypto.*