1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

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

View File

@ -579,7 +579,7 @@ int netware_init(void);
#if defined(USE_GNUTLS) || defined(USE_SSLEAY) || defined(USE_NSS) || \ #if defined(USE_GNUTLS) || defined(USE_SSLEAY) || defined(USE_NSS) || \
defined(USE_QSOSSL) || defined(USE_POLARSSL) || defined(USE_AXTLS) || \ 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 */ #define USE_SSL /* SSL support has been enabled */
#endif #endif