mirror of
https://github.com/curl/curl.git
synced 2026-04-15 04:01:41 +03: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue