diff options
author | Guenter Knauf <lists@gknw.net> | 2011-02-13 12:13:21 +0100 |
---|---|---|
committer | Guenter Knauf <lists@gknw.net> | 2011-02-13 12:13:21 +0100 |
commit | e36c039a07795cffe4a355c3a983c97d4e634f51 (patch) | |
tree | 3658eedbbe0aea5295c7d74874e976c6896a1fd6 /lib | |
parent | 96ea650ec71dc90309affed0321d251a5c342304 (diff) | |
download | curl-e36c039a07795cffe4a355c3a983c97d4e634f51.tar.gz |
Updated OpenSSL version, added links to docu.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Makefile.Watcom | 2 | ||||
-rw-r--r-- | lib/Makefile.m32 | 2 | ||||
-rw-r--r-- | lib/Makefile.netware | 2 | ||||
-rw-r--r-- | lib/Makefile.vc6 | 2 |
4 files changed, 4 insertions, 4 deletions
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
|