From 9dbe6565d49c1959530daf97bbb3062a611e18af Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 7 Dec 2011 15:52:25 +0100 Subject: static SSL windows builds: add more libs to the link MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/winbuild/MakefileBuild.vc b/winbuild/MakefileBuild.vc index 4ada965d4..6961f5c1e 100644 --- a/winbuild/MakefileBuild.vc +++ b/winbuild/MakefileBuild.vc @@ -99,7 +99,7 @@ SSL_LIBS = libeay32.lib ssleay32.lib USE_SSL = true SSL=dll !ELSEIF "$(WITH_SSL)"=="static" -SSL_LIBS = libeay32.lib ssleay32.lib +SSL_LIBS = libeay32.lib ssleay32.lib gdi32.lib user32.lib advapi32.lib USE_SSL = true SSL=static !ENDIF -- cgit v1.2.3