summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-10-13 06:20:43 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-10-13 06:20:43 +0000
commitb433e4a1e78b4a93857779ab3997ad88efa38140 (patch)
treef55dee98847be86f539c24d2c08e3a9bf8cb66d8
parent20f1966c0e67143fc37b0dd4caead652b865e988 (diff)
downloadgnurl-b433e4a1e78b4a93857779ab3997ad88efa38140.tar.gz
gnurl-b433e4a1e78b4a93857779ab3997ad88efa38140.tar.bz2
gnurl-b433e4a1e78b4a93857779ab3997ad88efa38140.zip
NTLM requires windows or OpenSSL. If you build with GnuTLS for example you
do not get NTLM support enabled.
-rw-r--r--docs/libcurl/curl_easy_setopt.33
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/libcurl/curl_easy_setopt.3 b/docs/libcurl/curl_easy_setopt.3
index 565527f7a..818502969 100644
--- a/docs/libcurl/curl_easy_setopt.3
+++ b/docs/libcurl/curl_easy_setopt.3
@@ -461,7 +461,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 SSL support for this option to work.
+You need to build libcurl with OpenSSL support for this option to work, or
+build libcurl on Windows.
.IP CURLAUTH_ANY
This is a convenience macro that sets all bits and thus makes libcurl pick any
it finds suitable. libcurl will automatically select the one it finds most