diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-02-05 21:03:53 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-02-05 21:03:53 +0000 |
commit | 1cb2306ae09132b20cc4d21eeb03d8124269c4f9 (patch) | |
tree | bb3cbe36ed6c9ae237d7ae7c27aeee0836aca957 /src | |
parent | cc90a235f4792febd308640c6463c8bdc3aec863 (diff) |
Andrés García's updates
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.m32 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.m32 b/src/Makefile.m32 index 0ce24843d..30ce77279 100644 --- a/src/Makefile.m32 +++ b/src/Makefile.m32 @@ -12,8 +12,8 @@ CC = gcc RM = rm -f STRIP = strip -s -OPENSSL_PATH = ../../openssl-0.9.7a -ZLIB_PATH = ../../zlib-1.1.4 +OPENSSL_PATH = ../../openssl-0.9.7c +ZLIB_PATH = ../../zlib-1.2.1 # We may need these someday # PERL = perl |