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 354a4cd commit 6cb186eCopy full SHA for 6cb186e
build.sh
@@ -6,11 +6,13 @@
6
# https://github.com/jasonacox/Build-OpenSSL-cURL
7
#
8
9
+set -e
10
+
11
################################################
12
# EDIT this section to Select Default Versions #
13
14
-OPENSSL="1.1.1q" # https://www.openssl.org/source/
15
+OPENSSL="1.1.1p" # https://www.openssl.org/source/
16
LIBCURL="7.84.0" # https://curl.haxx.se/download.html
17
NGHTTP2="1.48.0" # https://nghttp2.org/
18
0 commit comments