From cb142cf217fe7e42223d06e80300f1c7f70230a0 Mon Sep 17 00:00:00 2001 From: Marc Hoersken Date: Mon, 11 Jun 2012 19:03:14 +0200 Subject: winbuild: Updated winbuild scripts to add schannel --- winbuild/Makefile.vc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'winbuild/Makefile.vc') diff --git a/winbuild/Makefile.vc b/winbuild/Makefile.vc index a45e4ee56..a35e9beab 100644 --- a/winbuild/Makefile.vc +++ b/winbuild/Makefile.vc @@ -73,6 +73,10 @@ SSL = dll !ELSEIF "$(WITH_SSL)"=="static" USE_SSL = true SSL = static +!ELSEIF "$(WITH_SSL)"=="schannel" +USE_SSL = true +USE_SSPI = true +SSL = schannel !ENDIF !IF "$(WITH_ZLIB)"=="dll" -- cgit v1.2.3