From e36c039a07795cffe4a355c3a983c97d4e634f51 Mon Sep 17 00:00:00 2001 From: Guenter Knauf Date: Sun, 13 Feb 2011 12:13:21 +0100 Subject: Updated OpenSSL version, added links to docu. --- lib/Makefile.Watcom | 2 +- lib/Makefile.m32 | 2 +- lib/Makefile.netware | 2 +- lib/Makefile.vc6 | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'lib') diff --git a/lib/Makefile.Watcom b/lib/Makefile.Watcom index 7af368ba6..85aef6a39 100644 --- a/lib/Makefile.Watcom +++ b/lib/Makefile.Watcom @@ -94,7 +94,7 @@ LIBRTMP_ROOT = ..$(DS)..$(DS)rtmpdump-2.3 !ifdef %openssl_root OPENSSL_ROOT = $(%openssl_root) !else -OPENSSL_ROOT = ..$(DS)..$(DS)openssl-0.9.8q +OPENSSL_ROOT = ..$(DS)..$(DS)openssl-0.9.8r !endif !ifdef %ares_root diff --git a/lib/Makefile.m32 b/lib/Makefile.m32 index 04b6450a5..53aec7789 100644 --- a/lib/Makefile.m32 +++ b/lib/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.8q +OPENSSL_PATH = ../../openssl-0.9.8r endif # Edit the path below to point to the base of your LibSSH2 package. ifndef LIBSSH2_PATH diff --git a/lib/Makefile.netware b/lib/Makefile.netware index d39f88f52..075d67ef1 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.8q +OPENSSL_PATH = ../../openssl-0.9.8r endif # Edit the path below to point to the base of your LibSSH2 package. diff --git a/lib/Makefile.vc6 b/lib/Makefile.vc6 index caffedd05..cb4f0fb6f 100644 --- a/lib/Makefile.vc6 +++ b/lib/Makefile.vc6 @@ -63,7 +63,7 @@ !IFNDEF OPENSSL_PATH -OPENSSL_PATH = ../../openssl-0.9.8q +OPENSSL_PATH = ../../openssl-0.9.8r !ENDIF !IFNDEF ZLIB_PATH -- cgit v1.2.3