Issue #23212: Update OS X installer build OpenSSL to 1.0.1k.

(currently only used for builds with <= 10.5 deployment targets)
This commit is contained in:
Ned Deily 2015-01-09 13:29:54 -08:00
parent 686fe6e156
commit 97ad46b375
2 changed files with 12 additions and 10 deletions

View file

@ -237,9 +237,9 @@ def library_recipes():
result.extend([
dict(
name="OpenSSL 1.0.1j",
url="https://www.openssl.org/source/openssl-1.0.1j.tar.gz",
checksum='f7175c9cd3c39bb1907ac8bba9df8ed3',
name="OpenSSL 1.0.1k",
url="https://www.openssl.org/source/openssl-1.0.1k.tar.gz",
checksum='d4f002bd22a56881340105028842ae1f',
patches=[
"openssl_sdk_makedepend.patch",
],