diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2009-02-12 20:48:40 +0000 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2009-02-12 20:48:40 +0000 |
commit | 9a4c887c4a7279acc4cae66b11540746244e9cc3 (patch) | |
tree | 395649682d8b46f2a83c5f12d5fa772cb5517180 /lib/setup.h | |
parent | de41c6ef4344ff7135274a0481e11c3c1a38a0d5 (diff) | |
download | curl-9a4c887c4a7279acc4cae66b11540746244e9cc3.tar.gz |
Added support for Digest and NTLM authentication using GnuTLS.
Diffstat (limited to 'lib/setup.h')
-rw-r--r-- | lib/setup.h | 2 |
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 |