setup.h: Automatically define USE_SSL if USE_SCHANNEL is defined

This commit is contained in:
Marc Hoersken 2012-06-11 08:37:22 +02:00 committed by Daniel Stenberg
parent 634f7cfee4
commit a92df2e007
1 changed files with 1 additions and 1 deletions

View File

@ -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