From 486bde8aa90360cf8da3dbcb4bfddebca91f7fce Mon Sep 17 00:00:00 2001 From: "Ryan J. McDonough" Date: Sun, 31 Jan 2016 18:18:43 -0500 Subject: [PATCH] Add fix issue #666 for OpenSSL update --- openssl.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/openssl.json b/openssl.json index f538969e7d..d75fd37e63 100644 --- a/openssl.json +++ b/openssl.json @@ -1,15 +1,15 @@ { "homepage": "http://slproweb.com/products/Win32OpenSSL.html", - "version": "1.0.2e", + "version": "1.0.2f", "license": "https://www.openssl.org/source/license.html", "architecture": { "64bit": { - "url": "http://slproweb.com/download/Win64OpenSSL-1_0_2e.exe", - "hash": "21ce9fd78387030016b584205f6b6e3ca33e502d4c685c297b72f849ab129aa4" + "url": "http://slproweb.com/download/Win64OpenSSL-1_0_2f.exe", + "hash": "59f665e35aaa4eab80ea2a25a519cee37dc6266a7d0bf8b2bd9bf0762b4a5277" }, "32bit": { - "url": "http://slproweb.com/download/Win32OpenSSL-1_0_2e.exe", - "hash": "f4137428371ccfb339c90bc335993d124cb11179376a72bdc8db79b35162d33e" + "url": "http://slproweb.com/download/Win32OpenSSL-1_0_2f.exe", + "hash": "860ae3edbaf402d9467d27abb06ce4f19cdf09fbee489d3ccca49e8126a396ef" } }, "innosetup": true,