Issue #28248: merge from 3.5

This commit is contained in:
Ned Deily 2016-10-31 19:54:17 -04:00
commit 1194234e66
3 changed files with 9 additions and 11 deletions

View file

@ -213,9 +213,9 @@ def library_recipes():
result.extend([
dict(
name="OpenSSL 1.0.2h",
url="https://www.openssl.org/source/openssl-1.0.2h.tar.gz",
checksum='9392e65072ce4b614c1392eefc1f23d0',
name="OpenSSL 1.0.2j",
url="https://www.openssl.org/source/openssl-1.0.2j.tar.gz",
checksum='96322138f0b69e61b7212bc53d5e912b',
patches=[
"openssl_sdk_makedepend.patch",
],