From 63598059cd1c558acf545e81625635f80e2b558f Mon Sep 17 00:00:00 2001 From: Guenter Knauf Date: Sun, 5 Dec 2010 10:59:58 +0100 Subject: Updated OpenSSL version. --- src/Makefile.Watcom | 2 +- src/Makefile.m32 | 2 +- src/Makefile.netware | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/Makefile.Watcom b/src/Makefile.Watcom index 0f726c449..eb2e766b2 100644 --- a/src/Makefile.Watcom +++ b/src/Makefile.Watcom @@ -90,7 +90,7 @@ LIBRTMP_ROOT = ..$(DS)..$(DS)rtmpdump-2.3 !ifdef %openssl_root OPENSSL_ROOT = $(%openssl_root) !else -OPENSSL_ROOT = ..$(DS)..$(DS)openssl-0.9.8o +OPENSSL_ROOT = ..$(DS)..$(DS)openssl-0.9.8q !endif !ifdef %ares_root diff --git a/src/Makefile.m32 b/src/Makefile.m32 index dfe80927a..f7d0d92d9 100644 --- a/src/Makefile.m32 +++ b/src/Makefile.m32 @@ -20,7 +20,7 @@ ZLIB_PATH = ../../zlib-1.2.5 endif # Edit the path below to point to the base of your OpenSSL package. ifndef OPENSSL_PATH -OPENSSL_PATH = ../../openssl-0.9.8o +OPENSSL_PATH = ../../openssl-0.9.8q endif # Edit the path below to point to the base of your LibSSH2 package. ifndef LIBSSH2_PATH diff --git a/src/Makefile.netware b/src/Makefile.netware index 654ddf50b..81482891c 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.8o +OPENSSL_PATH = ../../openssl-0.9.8q endif # Edit the path below to point to the base of your LibSSH2 package. -- cgit v1.2.3