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

Commit aeb9629

Browse files
authored
Update openssl script to 1.0.2u (#542)
1 parent 31e1191 commit aeb9629

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.0.2"
154-
local SSL_VERSION="1.0.2t"
154+
local SSL_VERSION="1.0.2u"
155155
cd $LIB_DIR
156156
rm -f ./build/lib/libssl.*
157157
rm -f ./build/lib/libcrypto.*

0 commit comments

Comments
 (0)