Skip to content

Commit 6cb186e

Browse files
committed
OpenSSL 1.1.1q fails to build - roll back
1 parent 354a4cd commit 6cb186e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,13 @@
66
# https://github.com/jasonacox/Build-OpenSSL-cURL
77
#
88

9+
set -e
10+
911
################################################
1012
# EDIT this section to Select Default Versions #
1113
################################################
1214

13-
OPENSSL="1.1.1q" # https://www.openssl.org/source/
15+
OPENSSL="1.1.1p" # https://www.openssl.org/source/
1416
LIBCURL="7.84.0" # https://curl.haxx.se/download.html
1517
NGHTTP2="1.48.0" # https://nghttp2.org/
1618

0 commit comments

Comments
 (0)