diff options
author | Viktor Szakats <vszakats@users.noreply.github.com> | 2015-04-30 08:29:00 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2015-04-30 08:29:00 +0200 |
commit | 6a612859096d0a894651b1bb233d2f91c8843a0a (patch) | |
tree | 17447c01ad8248513490d7d104a1a51f9474b7e8 /lib/Makefile.b32 | |
parent | 4271695122c4e1b045bd20d281baa0a7f1e8ce5a (diff) | |
download | curl-6a612859096d0a894651b1bb233d2f91c8843a0a.tar.gz |
build: update depedency versions, urls, example makefiles
- update default versions of dependencies (except for rare/old platforms)
- update urls
- sync examples makefiles with main ones
- remove line ending space
Diffstat (limited to 'lib/Makefile.b32')
-rw-r--r-- | lib/Makefile.b32 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.b32 b/lib/Makefile.b32 index 056570575..37c264871 100644 --- a/lib/Makefile.b32 +++ b/lib/Makefile.b32 @@ -27,7 +27,7 @@ ZLIB_PATH = ..\..\zlib-1.2.8 # Edit the path below to point to the base of your OpenSSL package. !ifndef OPENSSL_PATH -OPENSSL_PATH = ..\..\openssl-0.9.8zc +OPENSSL_PATH = ..\..\openssl-1.0.2a !endif # Set libcurl static lib, dll and import lib |