diff options
author | Daniel Stenberg <daniel@haxx.se> | 2005-03-30 20:55:44 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2005-03-30 20:55:44 +0000 |
commit | 93fcb94b625550be22fc69282997004817b9b6d0 (patch) | |
tree | 6441884b2f0eaf4e4c9eff93686efe9177b15f59 /CHANGES | |
parent | 32a446cf1930d5fc6e86a41ce0b06fa130e1bdc0 (diff) |
fix configure's SSL-detection for msys/mingw (from Andres Garcia)
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -7,6 +7,10 @@ Changelog +Daniel (30 March 2005) +- Andres Garcia modified the configure script to check for libgdi32 before + libcrypto, to make the SSL check work fine on msys/mingw. + Daniel (29 March 2005) - Tom Moers identified a flaw when you sent a POST with Digest authentication, as in the first request when curl sends a POST with Content-Length: 0, it |