diff options
Diffstat (limited to 'winbuild')
-rw-r--r-- | winbuild/Makefile.vc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/winbuild/Makefile.vc b/winbuild/Makefile.vc index 16235de05..90719a885 100644 --- a/winbuild/Makefile.vc +++ b/winbuild/Makefile.vc @@ -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"
|