We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 474f22e commit 5126b20Copy full SHA for 5126b20
nginx-builder.sh
@@ -16,7 +16,7 @@ cd lib
16
17
git clone "https://github.com/PCRE2Project/pcre2.git" ./pcre2 --branch "release/pcre2-10.45" # PCRE2
18
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
+git clone "https://github.com/openssl/openssl.git" ./openssl --branch "openssl-3.4.1" # OpenSSL
20
21
cd ..
22
0 commit comments