Changed MinGW makefiles to use WINSSL now.

This commit is contained in:
Guenter Knauf 2012-07-11 11:33:08 +02:00
parent c7106b3eb7
commit f9dfd7e4b7
2 changed files with 4 additions and 4 deletions

View File

@ -141,7 +141,7 @@ ifeq ($(findstring -ipv6,$(CFG)),-ipv6)
IPV6 = 1 IPV6 = 1
endif endif
ifeq ($(findstring -winssl,$(CFG)),-winssl) ifeq ($(findstring -winssl,$(CFG)),-winssl)
SCHANNEL = 1 WINSSL = 1
SSPI = 1 SSPI = 1
endif endif
@ -210,7 +210,7 @@ endif
endif endif
ifdef SSPI ifdef SSPI
CFLAGS += -DUSE_WINDOWS_SSPI CFLAGS += -DUSE_WINDOWS_SSPI
ifdef SCHANNEL ifdef WINSSL
CFLAGS += -DUSE_SCHANNEL CFLAGS += -DUSE_SCHANNEL
endif endif
endif endif

View File

@ -149,7 +149,7 @@ ifeq ($(findstring -metalink,$(CFG)),-metalink)
METALINK = 1 METALINK = 1
endif endif
ifeq ($(findstring -winssl,$(CFG)),-winssl) ifeq ($(findstring -winssl,$(CFG)),-winssl)
SCHANNEL = 1 WINSSL = 1
SSPI = 1 SSPI = 1
endif endif
@ -219,7 +219,7 @@ ifdef METALINK
endif endif
ifdef SSPI ifdef SSPI
CFLAGS += -DUSE_WINDOWS_SSPI CFLAGS += -DUSE_WINDOWS_SSPI
ifdef SCHANNEL ifdef WINSSL
CFLAGS += -DUSE_SCHANNEL CFLAGS += -DUSE_SCHANNEL
endif endif
endif endif