Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Mac/BuildScript/build-installer.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,9 +213,9 @@ def library_recipes():

result.extend([
dict(
name="OpenSSL 1.0.2j",
url="https://www.openssl.org/source/openssl-1.0.2j.tar.gz",
checksum='96322138f0b69e61b7212bc53d5e912b',
name="OpenSSL 1.0.2k",
url="https://www.openssl.org/source/openssl-1.0.2k.tar.gz",
checksum='f965fc0bf01bf882b31314b61391ae65',
patches=[
"openssl_sdk_makedepend.patch",
],
Expand Down
2 changes: 1 addition & 1 deletion Mac/BuildScript/openssl_sdk_makedepend.patch
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# HG changeset patch
#
# using openssl 1.0.2j
# using openssl 1.0.2k
#
# - support building with an OS X SDK

Expand Down