diff options
author | Daniel Stenberg <daniel@haxx.se> | 2012-05-12 23:15:51 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2012-05-12 23:15:51 +0200 |
commit | 92f841aef772d90b96cfc804636ee0ab1eb039f8 (patch) | |
tree | 14d0d1566191b1ad534099f66b579c5a46fbb800 /docs/libcurl | |
parent | 9fafa68533410f8acf1fb381a165bd8e0cd90451 (diff) |
NTLM: is supported in GnuTLS builds too
... since commit 9a4c887c4a7 introduced in libcurl 7.19.4
Diffstat (limited to 'docs/libcurl')
-rw-r--r-- | docs/libcurl/curl_easy_setopt.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/libcurl/curl_easy_setopt.3 b/docs/libcurl/curl_easy_setopt.3 index 830c1dd09..3edee8614 100644 --- a/docs/libcurl/curl_easy_setopt.3 +++ b/docs/libcurl/curl_easy_setopt.3 @@ -1064,8 +1064,8 @@ HTTP NTLM authentication. A proprietary protocol invented and used by Microsoft. It uses a challenge-response and hash concept similar to Digest, to prevent the password from being eavesdropped. -You need to build libcurl with either OpenSSL or NSS support for this option -to work, or build libcurl on Windows. +You need to build libcurl with either OpenSSL, GnuTLS or NSS support for this +option to work, or build libcurl on Windows. .IP CURLAUTH_NTLM_WB NTLM delegating to winbind helper. Authentication is performed by a separate binary application that is executed when needed. The name of the application |