Skip to content

Commit 200ffc0

Browse files
authored
Update to OpenSSL 1.1.1g (#4)
As of now, OpenSSL 1.1.1g is the latest stable version of OpenSSL.
1 parent 37bcb04 commit 200ffc0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ endif
1111
#===== Versioning ==============================================================
1212

1313
## OpenSSL version to build
14-
VERSION ?= 1.0.2u
14+
VERSION ?= 1.1.1g
1515

1616
BUILD_ARCHS += ios_i386 ios_x86_64 ios_arm64 ios_armv7s ios_armv7
1717
BUILD_ARCHS += mac_x86_64

build-libssl.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -487,6 +487,7 @@ fi
487487
# and at https://www.openssl.org/source/old/ for old releases.
488488
OPENSSL_CHECKSUMS="
489489
1.0.2u ecd0c6ffb493dd06707d38b14bb4d8c2288bb7033735606569d8f90f89669d16
490+
1.1.1g ddb04774f1e32f0c49751e21b67216ac87852ceb056b75209af2443400636d46
490491
"
491492
checksum_checked=false
492493
while read version expectedSHA256; do

0 commit comments

Comments
 (0)