From 14e1ac6b4ae87419cab5d9014bfd0ecffcabae40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Schlie=C3=9Fer?= Date: Thu, 5 May 2016 11:19:48 +0200 Subject: [PATCH] Update openssl link (#825) version changed to 1.0.2h --- openssl.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openssl.json b/openssl.json index 73cccb87ea..304afa2928 100644 --- a/openssl.json +++ b/openssl.json @@ -4,11 +4,11 @@ "license": "https://www.openssl.org/source/license.html", "architecture": { "64bit": { - "url": "http://slproweb.com/download/Win64OpenSSL-1_0_2g.exe", + "url": "http://slproweb.com/download/Win64OpenSSL-1_0_2h.exe", "hash": "eed0d24e86e942a4c693e33c7797bfbdcca029348ed1e0b1e88bb51ed16ed650" }, "32bit": { - "url": "http://slproweb.com/download/Win32OpenSSL-1_0_2g.exe", + "url": "http://slproweb.com/download/Win32OpenSSL-1_0_2h.exe", "hash": "453eac4277489af6a3e336d404d81fef3d953cb98c28e2d24ba6081bc541abff" } },