Commit 8dd358ca authored by Ned Deily's avatar Ned Deily Committed by GitHub

bpo-38117: Updated OpenSSL to 1.0.2t in macOS installer for 2.7.x. (GH-16171)

parent 4cbcd2f8
......@@ -213,9 +213,9 @@ def library_recipes():
result.extend([
dict(
name="OpenSSL 1.0.2s",
url="https://www.openssl.org/source/openssl-1.0.2s.tar.gz",
checksum='98ec4e085962689b91d25e1dcdfc14a2',
name="OpenSSL 1.0.2t",
url="https://www.openssl.org/source/openssl-1.0.2t.tar.gz",
checksum='ef66581b80f06eae42f5268bc0b50c6d',
buildrecipe=build_universal_openssl,
configure=None,
install=None,
......
Updated OpenSSL to 1.0.2t in macOS installer for 2.7.x.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment