winbuild: Updated winbuild scripts to add schannel
This commit is contained in:
committed by
Daniel Stenberg
parent
7da6a9128b
commit
cb142cf217
@@ -73,6 +73,10 @@ SSL = dll
|
||||
!ELSEIF "$(WITH_SSL)"=="static"
|
||||
USE_SSL = true
|
||||
SSL = static
|
||||
!ELSEIF "$(WITH_SSL)"=="schannel"
|
||||
USE_SSL = true
|
||||
USE_SSPI = true
|
||||
SSL = schannel
|
||||
!ENDIF
|
||||
|
||||
!IF "$(WITH_ZLIB)"=="dll"
|
||||
|
||||
Reference in New Issue
Block a user