aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/setup.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/setup.h b/lib/setup.h
index 2fcd83ecb..87f50e07a 100644
--- a/lib/setup.h
+++ b/lib/setup.h
@@ -340,8 +340,8 @@ int netware_init(void);
#define HAVE_INET_NTOA_R_2_ARGS 1
#endif
-#if defined(USE_GNUTLS) || defined(USE_SSLEAY) || defined(USE_NSS)
-#define USE_SSL /* Either OpenSSL || GnuTLS || NSS */
+#if defined(USE_GNUTLS) || defined(USE_SSLEAY) || defined(USE_NSS) || defined(USE_QSOSSL)
+#define USE_SSL /* SSL support has been enabled */
#endif
#if !defined(CURL_DISABLE_HTTP) && !defined(CURL_DISABLE_NTLM)