[3.9] bpo-43631: Update to OpenSSL 1.1.1k (GH-25024) (GH-25088)

Signed-off-by: Christian Heimes <christian@python.org>

Automerge-Triggered-By: GH:tiran.
(cherry picked from commit a54fc683f2)

Co-authored-by: Christian Heimes <christian@python.org>
This commit is contained in:
Christian Heimes 2021-03-30 10:58:06 +02:00 committed by GitHub
parent f79577ddbd
commit cd82d59206
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 18 additions and 17 deletions

View file

@ -242,9 +242,9 @@ def library_recipes():
result.extend([
dict(
name="OpenSSL 1.1.1j",
url="https://www.openssl.org/source/openssl-1.1.1j.tar.gz",
checksum='cccaa064ed860a2b4d1303811bf5c682',
name="OpenSSL 1.1.1k",
url="https://www.openssl.org/source/openssl-1.1.1k.tar.gz",
checksum='c4e7d95f782b08116afa27b30393dd27',
buildrecipe=build_universal_openssl,
configure=None,
install=None,