Skip to content

Commit 5126b20

Browse files
committed
修改openssl源
1 parent 474f22e commit 5126b20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nginx-builder.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ cd lib
1616

1717
git clone "https://github.com/PCRE2Project/pcre2.git" ./pcre2 --branch "release/pcre2-10.45" # PCRE2
1818
git clone "https://github.com/madler/zlib.git" ./zlib --branch "develop" # zlib
19-
git clone "https://github.com/openssl/openssl.git" ./openssl --branch "master" # OpenSSL
19+
git clone "https://github.com/openssl/openssl.git" ./openssl --branch "openssl-3.4.1" # OpenSSL
2020

2121
cd ..
2222

0 commit comments

Comments
 (0)