From 8547ab166386cccf4e84f07f28e39a0cdc495755 Mon Sep 17 00:00:00 2001 From: Gunter Knauf Date: Fri, 6 Oct 2006 00:24:25 +0000 Subject: [PATCH] updated for latest OpenSSL release. --- lib/Makefile.netware | 2 +- src/Makefile.netware | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Makefile.netware b/lib/Makefile.netware index d03c012be3..291b24ff66 100644 --- a/lib/Makefile.netware +++ b/lib/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.8b +OPENSSL_PATH = ../../openssl-0.9.8c endif ifndef INSTDIR diff --git a/src/Makefile.netware b/src/Makefile.netware index b3ff5559bc..c0b2007dd6 100644 --- a/src/Makefile.netware +++ b/src/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.8b +OPENSSL_PATH = ../../openssl-0.9.8c endif ifndef INSTDIR