bpo-47024: Update OpenSSL to 1.1.1n (GH-31895)

Co-authored-by: Zachary Ware <zachary.ware@gmail.com>
This commit is contained in:
Christian Heimes 2022-03-15 22:03:04 +02:00 committed by GitHub
parent 099f756141
commit af0a50de4b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 17 additions and 16 deletions

View file

@ -246,9 +246,9 @@ def library_recipes():
result.extend([
dict(
name="OpenSSL 1.1.1m",
url="https://www.openssl.org/source/openssl-1.1.1m.tar.gz",
checksum='8ec70f665c145c3103f6e330f538a9db',
name="OpenSSL 1.1.1n",
url="https://www.openssl.org/source/openssl-1.1.1n.tar.gz",
checksum='2aad5635f9bb338bc2c6b7d19cbc9676',
buildrecipe=build_universal_openssl,
configure=None,
install=None,