]> granicus.if.org Git - curl/commitdiff
Changed MinGW makefiles to use WINSSL now.
authorGuenter Knauf <lists@gknw.net>
Wed, 11 Jul 2012 09:33:08 +0000 (11:33 +0200)
committerGuenter Knauf <lists@gknw.net>
Wed, 11 Jul 2012 09:33:08 +0000 (11:33 +0200)
lib/Makefile.m32
src/Makefile.m32

index 050c004b52bbedd4579a7a0452458f5dc58f5a2b..5ee2ba7ffc853d3d57eebbf383067374d48d3d84 100644 (file)
@@ -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
index 5ace17ef11a5c59234d9c09e34dba8cea66bcc5d..1c7cbb2a7fb188146ee3b0cc890d587374de2819 100644 (file)
@@ -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