From: Gunter Knauf Date: Tue, 11 Nov 2008 19:43:35 +0000 (+0000) Subject: updated OpenSSL version. X-Git-Tag: curl-7_19_2~12 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b872086c744e29bb44916f7f160d03fa7808f702;p=thirdparty%2Fcurl.git updated OpenSSL version. --- diff --git a/lib/Makefile.netware b/lib/Makefile.netware index 867980952f..2b4090e010 100644 --- a/lib/Makefile.netware +++ b/lib/Makefile.netware @@ -20,7 +20,7 @@ endif # Edit the path below to point to the base of your OpenSSL package. ifndef OPENSSL_PATH -OPENSSL_PATH = ../../openssl-0.9.8h +OPENSSL_PATH = ../../openssl-0.9.8i endif # Edit the path below to point to the base of your LibSSH2 package. diff --git a/src/Makefile.netware b/src/Makefile.netware index d5aa9a8ae4..c8081e55ce 100644 --- a/src/Makefile.netware +++ b/src/Makefile.netware @@ -20,7 +20,7 @@ endif # Edit the path below to point to the base of your OpenSSL package. ifndef OPENSSL_PATH -OPENSSL_PATH = ../../openssl-0.9.8h +OPENSSL_PATH = ../../openssl-0.9.8i endif # Edit the path below to point to the base of your LibSSH2 package.