diff options
author | Guenter Knauf <lists@gknw.net> | 2012-07-11 11:33:08 +0200 |
---|---|---|
committer | Guenter Knauf <lists@gknw.net> | 2012-07-11 11:33:08 +0200 |
commit | f9dfd7e4b7fe6a53deb4fd6debc0d49d1ec841e8 (patch) | |
tree | e3823972a0e7bc464458d74a80c25293d4582b1b /src/Makefile.m32 | |
parent | c7106b3eb764e3c06ac94bfd9b0a48558bf526ce (diff) | |
download | curl-f9dfd7e4b7fe6a53deb4fd6debc0d49d1ec841e8.tar.gz |
Changed MinGW makefiles to use WINSSL now.
Diffstat (limited to 'src/Makefile.m32')
-rw-r--r-- | src/Makefile.m32 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.m32 b/src/Makefile.m32 index 5ace17ef1..1c7cbb2a7 100644 --- a/src/Makefile.m32 +++ b/src/Makefile.m32 @@ -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 |