Commit 8223972a authored by Steve Holme's avatar Steve Holme
Browse files

winbuild: Don't USE_WINSSL when WITH_SSL is being used

Regression of commit d39bbcfa when compiling against OpenSSL.
parent 2b2e8e0e
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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"