aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/Makefile.netware2
-rw-r--r--src/Makefile.netware2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/Makefile.netware b/lib/Makefile.netware
index d03c012be..291b24ff6 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 b3ff5559b..c0b2007dd 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