From f9dfd7e4b7fe6a53deb4fd6debc0d49d1ec841e8 Mon Sep 17 00:00:00 2001 From: Guenter Knauf Date: Wed, 11 Jul 2012 11:33:08 +0200 Subject: Changed MinGW makefiles to use WINSSL now. --- lib/Makefile.m32 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') 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 -- cgit v1.2.3