MakefileBuild.vc: Allow building without SSL

In order to use Windows native SSL support define 'USE_WINSSL'
This commit is contained in:
Yang Tse 2012-06-13 21:15:41 +02:00
parent b276ac7691
commit 2bfa57bc32
1 changed files with 1 additions and 1 deletions

View 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