Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 178f0b6 commit f05b79dCopy full SHA for f05b79d
2 files changed
Mac/BuildScript/build-installer.py
@@ -237,9 +237,9 @@ def library_recipes():
237
238
result.extend([
239
dict(
240
- name="OpenSSL 1.0.2c",
241
- url="https://www.openssl.org/source/openssl-1.0.2c.tar.gz",
242
- checksum='8c8d81a9ae7005276e486702edbcd4b6',
+ name="OpenSSL 1.0.2d",
+ url="https://www.openssl.org/source/openssl-1.0.2d.tar.gz",
+ checksum='38dd619b2e77cbac69b99f52a053d25a',
243
patches=[
244
"openssl_sdk_makedepend.patch",
245
],
Mac/BuildScript/openssl_sdk_makedepend.patch
@@ -2,7 +2,7 @@
2
# Parent 25a9af415e8c3faf591c360d5f0e361d049b2b43
3
# openssl_sdk_makedepend.patch
4
#
5
-# using openssl 1.0.2c
+# using openssl 1.0.2d
6
7
# - support building with an OS X SDK
8
# - allow "make depend" to use compilers with names other than "gcc"
0 commit comments