aboutsummaryrefslogtreecommitdiff
path: root/lib/Makefile.m32
diff options
context:
space:
mode:
authorGuenter Knauf <lists@gknw.net>2012-07-11 11:33:08 +0200
committerGuenter Knauf <lists@gknw.net>2012-07-11 11:33:08 +0200
commitf9dfd7e4b7fe6a53deb4fd6debc0d49d1ec841e8 (patch)
treee3823972a0e7bc464458d74a80c25293d4582b1b /lib/Makefile.m32
parentc7106b3eb764e3c06ac94bfd9b0a48558bf526ce (diff)
Changed MinGW makefiles to use WINSSL now.
Diffstat (limited to 'lib/Makefile.m32')
-rw-r--r--lib/Makefile.m324
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Makefile.m32 b/lib/Makefile.m32
index 050c004b5..5ee2ba7ff 100644
--- a/lib/Makefile.m32
+++ b/lib/Makefile.m32
@@ -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