diff options
author | Guenter Knauf <lists@gknw.net> | 2012-04-20 13:33:54 +0200 |
---|---|---|
committer | Guenter Knauf <lists@gknw.net> | 2012-04-20 13:33:54 +0200 |
commit | 0f548802775b01c26c4c263be86f3605310f6f35 (patch) | |
tree | 8c3e0ff5370417b4c97bad466f77209fb8b40518 /lib/Makefile.m32 | |
parent | 5cd524df187cbb2414d518f8933894399edbf572 (diff) | |
download | curl-0f548802775b01c26c4c263be86f3605310f6f35.tar.gz |
Updated dependency lib versions.
Diffstat (limited to 'lib/Makefile.m32')
-rw-r--r-- | lib/Makefile.m32 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.m32 b/lib/Makefile.m32 index a6270b218..adb5e5fe4 100644 --- a/lib/Makefile.m32 +++ b/lib/Makefile.m32 @@ -18,7 +18,7 @@ ZLIB_PATH = ../../zlib-1.2.6 endif # Edit the path below to point to the base of your OpenSSL package. ifndef OPENSSL_PATH -OPENSSL_PATH = ../../openssl-0.9.8u +OPENSSL_PATH = ../../openssl-0.9.8v endif ifndef OPENSSL_INCLUDE OPENSSL_INCLUDE = $(OPENSSL_PATH)/outinc |