Skip to content

Commit

Permalink
bpo-33184: Update macOS installer build to use OpenSSL 1.1.0h. (pytho…
Browse files Browse the repository at this point in the history
  • Loading branch information
ned-deily authored Apr 7, 2018
1 parent ef5ce88 commit b405752
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Mac/BuildScript/build-installer.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update macOS installer build to use OpenSSL 1.1.0h.

0 comments on commit b405752

Please sign in to comment.