From 3acca4ad15b677cce4b9cbdf8e78b0d20193b2ff Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Thu, 13 Aug 2015 11:13:27 +0200 Subject: [PATCH] GNUmakefile: up OpenSSL version closes #23 --- win32/GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/win32/GNUmakefile b/win32/GNUmakefile index 9b892aa..eef8b19 100644 --- a/win32/GNUmakefile +++ b/win32/GNUmakefile @@ -14,7 +14,7 @@ endif # Edit the path below to point to the base of your OpenSSL package. ifndef OPENSSL_PATH -OPENSSL_PATH = ../../openssl-1.0.2c +OPENSSL_PATH = ../../openssl-1.0.2d endif # Edit the path below to point to your Distribution folder.