]> granicus.if.org Git - curl/commitdiff
MakefileBuild.vc: Allow building without SSL
authorYang Tse <yangsita@gmail.com>
Wed, 13 Jun 2012 19:15:41 +0000 (21:15 +0200)
committerYang Tse <yangsita@gmail.com>
Wed, 13 Jun 2012 19:15:41 +0000 (21:15 +0200)
In order to use Windows native SSL support define 'USE_WINSSL'

winbuild/MakefileBuild.vc

index 9569ed9e734a01309fd80fa922a1e0442dc2dab5..6ac9a754849396a348aac658c38a0cc9474cc706 100644 (file)
@@ -143,7 +143,7 @@ SSH2_CFLAGS = $(SSH2_CFLAGS) /I$(WITH_DEVEL)/include/libssh2
 !ENDIF
 
 
-!IFNDEF USE_SSL
+!IFDEF USE_WINSSL
 CFLAGS_SSPI  = /DUSE_SCHANNEL
 USE_SCHANNEL = true
 USE_SSPI     = yes