From 3a9457b49261db48f08fbf73e6cb82de18c38fc1 Mon Sep 17 00:00:00 2001 From: Dennis Lloyd Jr Date: Tue, 26 Aug 2014 10:35:45 -0400 Subject: [PATCH] Corrected file hash for 32bit architecture --- openssl.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openssl.json b/openssl.json index bfdb461e12..2970aaca12 100644 --- a/openssl.json +++ b/openssl.json @@ -9,7 +9,7 @@ }, "32bit": { "url": "http://slproweb.com/download/Win32OpenSSL-1_0_1i.exe", - "hash": "C0E05B7BD5B71D6DD0845F9FC80A08B0617635941953EFE4D00B8C7D29C832CE" + "hash": "8D9F5C44B5B92F0387F1E056F9BBBE6C835F91C9E2082EF6BA516D388D4B01CC" } }, "innosetup": true,