Skip to content

Commit 9b3000c

Browse files
authored
Update to OpenSSL 1.1.1h (#15)
There is nothing notable about this release, just some bugfix [1]. [1]: https://www.openssl.org/news/changelog.html#openssl-111
1 parent 6d9f6cd commit 9b3000c

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.1.1g
14+
VERSION ?= 1.1.1h
1515

1616
## Extra version of the distributed package
1717
PACKAGE_VERSION ?= 1

build-libssl.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -492,6 +492,7 @@ fi
492492
OPENSSL_CHECKSUMS="
493493
1.0.2u ecd0c6ffb493dd06707d38b14bb4d8c2288bb7033735606569d8f90f89669d16
494494
1.1.1g ddb04774f1e32f0c49751e21b67216ac87852ceb056b75209af2443400636d46
495+
1.1.1h 5c9ca8774bd7b03e5784f26ae9e9e6d749c9da2438545077e6b3d755a06595d9
495496
"
496497
checksum_checked=false
497498
while read version expectedSHA256; do

0 commit comments

Comments
 (0)