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
Browse files Browse the repository at this point in the history
  • Loading branch information
starwarfan committed Dec 11, 2023
1 parent 2297399 commit 235c485
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 235c485

Please sign in to comment.