setup.h: Automatically define USE_SSL if USE_SCHANNEL is defined
This commit is contained in:
parent
634f7cfee4
commit
a92df2e007
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user