Issue #25798: Update OS X 10.5+ 32-bit-only installer to build

and link with OpenSSL 1.0.2e.
This commit is contained in:
Ned Deily 2015-12-05 23:51:23 -05:00
parent f7fdbdab5b
commit 6364094f49
3 changed files with 15 additions and 13 deletions

View file

@ -237,9 +237,9 @@ def library_recipes():
result.extend([
dict(
name="OpenSSL 1.0.2d",
url="https://www.openssl.org/source/openssl-1.0.2d.tar.gz",
checksum='38dd619b2e77cbac69b99f52a053d25a',
name="OpenSSL 1.0.2e",
url="https://www.openssl.org/source/openssl-1.0.2e.tar.gz",
checksum='5262bfa25b60ed9de9f28d5d52d77fc5',
patches=[
"openssl_sdk_makedepend.patch",
],