Commit f9dfd7e4 authored by Guenter Knauf's avatar Guenter Knauf
Browse files

Changed MinGW makefiles to use WINSSL now.

parent c7106b3e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -141,7 +141,7 @@ ifeq ($(findstring -ipv6,$(CFG)),-ipv6)
IPV6 = 1
endif
ifeq ($(findstring -winssl,$(CFG)),-winssl)
SCHANNEL = 1
WINSSL = 1
SSPI = 1
endif

@@ -210,7 +210,7 @@ endif
endif
ifdef SSPI
  CFLAGS += -DUSE_WINDOWS_SSPI
  ifdef SCHANNEL
  ifdef WINSSL
    CFLAGS += -DUSE_SCHANNEL
  endif
endif
+2 −2
Original line number Diff line number Diff line
@@ -149,7 +149,7 @@ ifeq ($(findstring -metalink,$(CFG)),-metalink)
METALINK = 1
endif
ifeq ($(findstring -winssl,$(CFG)),-winssl)
SCHANNEL = 1
WINSSL = 1
SSPI = 1
endif

@@ -219,7 +219,7 @@ ifdef METALINK
endif
ifdef SSPI
  CFLAGS += -DUSE_WINDOWS_SSPI
  ifdef SCHANNEL
  ifdef WINSSL
    CFLAGS += -DUSE_SCHANNEL
  endif
endif