Skip to content

Commit 43631d9

Browse files
committed
upgrade openssl to 3.6.2
1 parent b7847f3 commit 43631d9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

configs/libs/openssl3.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
export LIB_NAME='openssl'
1919
export LIPO_LIBS="libssl libcrypto"
2020
export GIT_LOCAL_REPO=extra/openssl
21-
export GIT_COMMIT=openssl-3.5.5
21+
export GIT_COMMIT=openssl-3.6.2
2222
export REPO_DIR=openssl
23-
export GIT_REPO_VERSION=3.5.5
23+
export GIT_REPO_VERSION=3.6.2
2424

2525
# you can export GIT_OPUS_UPSTREAM=git@xx:yy/openssl.git use your mirror
2626
if [[ "$GIT_OPENSSL_UPSTREAM" != "" ]] ;then

0 commit comments

Comments
 (0)