mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:41:40 +03:00
winbuild: Don't USE_WINSSL when WITH_SSL is being used
Regression of commit d39bbcfa8d when compiling against OpenSSL.
This commit is contained in:
parent
2b2e8e0e4b
commit
8223972af2
1 changed files with 4 additions and 0 deletions
|
|
@ -95,7 +95,11 @@ USE_SPNEGO = false
|
|||
!ENDIF
|
||||
|
||||
!IFNDEF ENABLE_WINSSL
|
||||
!IFDEF WITH_SSL
|
||||
USE_WINSSL = false
|
||||
!ELSE
|
||||
USE_WINSSL = $(USE_SSPI)
|
||||
!ENDIF
|
||||
!ELSEIF "$(ENABLE_WINSSL)"=="yes"
|
||||
USE_WINSSL = true
|
||||
!ELSEIF "$(ENABLE_WINSSL)"=="no"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue