Commit b405752d authored by Ned Deily's avatar Ned Deily Committed by GitHub

bpo-33184: Update macOS installer build to use OpenSSL 1.1.0h. (GH-6407)

parent ef5ce884
......@@ -215,9 +215,9 @@ def library_recipes():
result.extend([
dict(
name="OpenSSL 1.1.0g",
url="https://www.openssl.org/source/openssl-1.1.0g.tar.gz",
checksum='ba5f1b8b835b88cadbce9b35ed9531a6',
name="OpenSSL 1.1.0h",
url="https://www.openssl.org/source/openssl-1.1.0h.tar.gz",
checksum='5271477e4d93f4ea032b665ef095ff24',
buildrecipe=build_universal_openssl,
configure=None,
install=None,
......
Update macOS installer build to use OpenSSL 1.1.0h.
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