From 9a4c887c4a7279acc4cae66b11540746244e9cc3 Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Thu, 12 Feb 2009 20:48:40 +0000 Subject: Added support for Digest and NTLM authentication using GnuTLS. --- lib/setup.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/setup.h') 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 -- cgit v1.2.3