From cc84d875eb0452e7487d53190e31db69bb4f32ab Mon Sep 17 00:00:00 2001 From: Guenter Knauf Date: Tue, 19 Apr 2011 14:21:49 +0200 Subject: [PATCH] Updated default (recommended) dependency versions. --- nw/Makefile.netware | 2 +- win32/Makefile.Watcom | 2 +- win32/Makefile.win32 | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/nw/Makefile.netware b/nw/Makefile.netware index 54cd220..8c13b96 100644 --- a/nw/Makefile.netware +++ b/nw/Makefile.netware @@ -19,7 +19,7 @@ endif # Edit the path below to point to the base of your OpenSSL package. ifndef OPENSSL_PATH -OPENSSL_PATH = ../../openssl-0.9.8q +OPENSSL_PATH = ../../openssl-0.9.8r endif # Edit the path below to point to your Distribution folder. diff --git a/win32/Makefile.Watcom b/win32/Makefile.Watcom index 154b75e..38f41b5 100644 --- a/win32/Makefile.Watcom +++ b/win32/Makefile.Watcom @@ -70,7 +70,7 @@ ZLIB_ROOT = ..\..\zlib-1.2.5 !ifdef %openssl_root OPENSSL_ROOT = $(%openssl_root) !else -OPENSSL_ROOT = ..\..\openssl-0.9.8q +OPENSSL_ROOT = ..\..\openssl-0.9.8r !endif #!ifdef %use_zlib diff --git a/win32/Makefile.win32 b/win32/Makefile.win32 index e085544..1939597 100644 --- a/win32/Makefile.win32 +++ b/win32/Makefile.win32 @@ -16,7 +16,7 @@ WITH_ZLIB = 1 # Edit the path below to point to the base of your OpenSSL package. ifndef OPENSSL_PATH -OPENSSL_PATH = ../../openssl-0.9.8q +OPENSSL_PATH = ../../openssl-0.9.8r endif # Edit the path below to point to your Distribution folder.