aboutsummaryrefslogtreecommitdiff
path: root/lib/setup.h
diff options
context:
space:
mode:
authorMarc Hoersken <info@marc-hoersken.de>2012-06-11 08:37:22 +0200
committerDaniel Stenberg <daniel@haxx.se>2012-06-11 19:00:36 +0200
commita92df2e007d7cd7ebacd3dac4be812b14170080f (patch)
tree1b640c13bd79a29e76e52ee06acc213a52389b26 /lib/setup.h
parent634f7cfee40d4658bc19dc9f23b5628c644c1848 (diff)
setup.h: Automatically define USE_SSL if USE_SCHANNEL is defined
Diffstat (limited to 'lib/setup.h')
-rw-r--r--lib/setup.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/setup.h b/lib/setup.h
index 732b1a3b4..a219080be 100644
--- a/lib/setup.h
+++ b/lib/setup.h
@@ -579,7 +579,7 @@ int netware_init(void);
#if defined(USE_GNUTLS) || defined(USE_SSLEAY) || defined(USE_NSS) || \
defined(USE_QSOSSL) || defined(USE_POLARSSL) || defined(USE_AXTLS) || \
- defined(USE_CYASSL)
+ defined(USE_CYASSL) || defined(USE_SCHANNEL)
#define USE_SSL /* SSL support has been enabled */
#endif