Issue #25798: merge from 3.4

This commit is contained in:
Ned Deily 2015-12-05 23:55:33 -05:00
commit 8d5d4664dc
3 changed files with 18 additions and 11 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",
],