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 37bcb04 commit 200ffc0Copy full SHA for 200ffc0
Makefile
@@ -11,7 +11,7 @@ endif
11
#===== Versioning ==============================================================
12
13
## OpenSSL version to build
14
-VERSION ?= 1.0.2u
+VERSION ?= 1.1.1g
15
16
BUILD_ARCHS += ios_i386 ios_x86_64 ios_arm64 ios_armv7s ios_armv7
17
BUILD_ARCHS += mac_x86_64
build-libssl.sh
@@ -487,6 +487,7 @@ fi
487
# and at https://www.openssl.org/source/old/ for old releases.
488
OPENSSL_CHECKSUMS="
489
1.0.2u ecd0c6ffb493dd06707d38b14bb4d8c2288bb7033735606569d8f90f89669d16
490
+ 1.1.1g ddb04774f1e32f0c49751e21b67216ac87852ceb056b75209af2443400636d46
491
"
492
checksum_checked=false
493
while read version expectedSHA256; do
0 commit comments