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

Commit 9231e31

Browse files
authored
Update openssl version (#914)
1 parent abd93c4 commit 9231e31

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.1h"
154+
local SSL_VERSION="1.1.1j"
155155
cd $LIB_DIR
156156
rm -f ./build/lib/libssl.*
157157
rm -f ./build/lib/libcrypto.*

0 commit comments

Comments
 (0)