Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

Commit

Permalink
Upgrade openssl to 3.2.0 (#1362)
Browse files Browse the repository at this point in the history
  • Loading branch information
starwarfan authored Jan 5, 2024
1 parent 7266221 commit 31acbcf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/installCommonDeps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.*
Expand Down

0 comments on commit 31acbcf

Please sign in to comment.