]> granicus.if.org Git - curl/commitdiff
setup.h: Automatically define USE_SSL if USE_SCHANNEL is defined
authorMarc Hoersken <info@marc-hoersken.de>
Mon, 11 Jun 2012 06:37:22 +0000 (08:37 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 11 Jun 2012 17:00:36 +0000 (19:00 +0200)
lib/setup.h

index 732b1a3b41b9527f8a5f0e654f08de61b49609f5..a219080be05a42005bb9b1837ae745e7468960c5 100644 (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