mirror of
https://github.com/moparisthebest/curl
synced 2024-11-10 11:35:07 -05:00
MakefileBuild.vc: Allow building without SSL
In order to use Windows native SSL support define 'USE_WINSSL'
This commit is contained in:
parent
b276ac7691
commit
2bfa57bc32
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user