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

Commit def8c9f

Browse files
authored
Upgrade openssl version to 1.1.1h (#672)
1 parent 0f5de9e commit def8c9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/installCommonDeps.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ install_openssl(){
151151

152152
if [ -d $LIB_DIR ]; then
153153
local SSL_BASE_VERSION="1.1.1"
154-
local SSL_VERSION="1.1.1g"
154+
local SSL_VERSION="1.1.1h"
155155
cd $LIB_DIR
156156
rm -f ./build/lib/libssl.*
157157
rm -f ./build/lib/libcrypto.*

0 commit comments

Comments
 (0)