diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-01-05 14:56:46 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-01-05 14:56:46 +0000 |
commit | 41c6f68d949bf6021fbf4d3488bbf38efa898816 (patch) | |
tree | b7338cb94a4ed5482fe1a7bd18c5b3733fd08354 /docs/libcurl | |
parent | 411d0cb71512b3434b4f46e5540f756bba6eb69a (diff) |
minor wording change
Diffstat (limited to 'docs/libcurl')
-rw-r--r-- | docs/libcurl/curl_easy_setopt.3 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/libcurl/curl_easy_setopt.3 b/docs/libcurl/curl_easy_setopt.3 index f477398a8..ac3408471 100644 --- a/docs/libcurl/curl_easy_setopt.3 +++ b/docs/libcurl/curl_easy_setopt.3 @@ -322,10 +322,11 @@ information see IETF draft draft-brezak-spnego-http-04.txt. this to work. .IP CURLAUTH_NTLM HTTP NTLM authentication. A proprietary protocol invented and used by -Microsoft. It uses a challenge-response and hash concept similar to Digest to +Microsoft. It uses a challenge-response and hash concept similar to Digest, to prevent the password from being evesdropped. -\fBNOTE\fP that you need to build libcurl with a SSL support for this to work. +\fBNOTE\fP that you need to build libcurl with SSL support for this option to +work. .IP CURLAUTH_ANY This is a convenience macro that sets all bits and thus makes libcurl pick any it finds suitable. libcurl will automaticly select the one it finds most |