MakefileBuild.vc: Allow building without SSL
In order to use Windows native SSL support define 'USE_WINSSL'
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user