From: Gunter Knauf Date: Fri, 6 Oct 2006 00:24:25 +0000 (+0000) Subject: updated for latest OpenSSL release. X-Git-Tag: curl-7_16_0~130 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8547ab166386cccf4e84f07f28e39a0cdc495755;p=thirdparty%2Fcurl.git updated for latest OpenSSL release. --- 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