aboutsummaryrefslogtreecommitdiff
path: root/lib/setup.h
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2009-02-12 20:48:40 +0000
committerDan Fandrich <dan@coneharvesters.com>2009-02-12 20:48:40 +0000
commit9a4c887c4a7279acc4cae66b11540746244e9cc3 (patch)
tree395649682d8b46f2a83c5f12d5fa772cb5517180 /lib/setup.h
parentde41c6ef4344ff7135274a0481e11c3c1a38a0d5 (diff)
Added support for Digest and NTLM authentication using GnuTLS.
Diffstat (limited to 'lib/setup.h')
-rw-r--r--lib/setup.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/setup.h b/lib/setup.h
index 5b675edda..efab2ea6f 100644
--- a/lib/setup.h
+++ b/lib/setup.h
@@ -455,7 +455,7 @@ int netware_init(void);
#endif
#if !defined(CURL_DISABLE_HTTP) && !defined(CURL_DISABLE_NTLM)
-#if defined(USE_SSLEAY) || defined(USE_WINDOWS_SSPI)
+#if defined(USE_SSLEAY) || defined(USE_WINDOWS_SSPI) || defined(USE_GNUTLS)
#define USE_NTLM
#endif
#endif