diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.Watcom | 2 | ||||
-rw-r--r-- | src/Makefile.m32 | 2 | ||||
-rw-r--r-- | src/Makefile.netware | 2 | ||||
-rw-r--r-- | src/Makefile.vc6 | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/src/Makefile.Watcom b/src/Makefile.Watcom index eb2e766b2..c514ca889 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.8q +OPENSSL_ROOT = ..$(DS)..$(DS)openssl-0.9.8r !endif !ifdef %ares_root diff --git a/src/Makefile.m32 b/src/Makefile.m32 index f7d0d92d9..f1438041d 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.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/src/Makefile.netware b/src/Makefile.netware index 7b4d98b1a..98e1ddc14 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.8q +OPENSSL_PATH = ../../openssl-0.9.8r endif # Edit the path below to point to the base of your LibSSH2 package. diff --git a/src/Makefile.vc6 b/src/Makefile.vc6 index 898258750..779f70b6c 100644 --- a/src/Makefile.vc6 +++ b/src/Makefile.vc6 @@ -52,7 +52,7 @@ PROGRAM_NAME = curl.exe !IFNDEF OPENSSL_PATH
-OPENSSL_PATH = ../../openssl-0.9.8q
+OPENSSL_PATH = ../../openssl-0.9.8r
!ENDIF
!IFNDEF ZLIB_PATH
|