static SSL windows builds: add more libs to the link
authorDaniel Stenberg <daniel@haxx.se>
Wed, 7 Dec 2011 14:52:25 +0000 (15:52 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 7 Dec 2011 14:52:25 +0000 (15:52 +0100)
commit9dbe6565d49c1959530daf97bbb3062a611e18af
tree3bcae6409a49923ff8bf98394baadaa3f2d387c1
parent2b24dd870e81512542f238cb1b124cecb942a34f
static SSL windows builds: add more libs to the link

Starting with some recent OpenSSL versions (1.0.0e was mentioned)
linking with a static openssl requires a set of more libs to be linked
on Windows.

Thanks also to Steve Holme and Martin Storsjö for additional feedback.

Bug: http://curl.haxx.se/mail/lib-2011-12/0063.html
Reported by: Ward Willats
winbuild/MakefileBuild.vc