diff options
author | Steve Holme <steve_holme@hotmail.com> | 2014-11-16 22:44:58 +0000 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2014-11-16 22:49:30 +0000 |
commit | 62a6230e1cd141a154c1c008f2564a61486ea5ce (patch) | |
tree | 2c352158d4674071b818735d4df4708cebf16a49 | |
parent | 43da5b20664ea04161b6e6edc9393eaa5d6b2e2d (diff) |
sasl_sspi: Removed note about the NTLM functions being a wrapper
-rw-r--r-- | lib/curl_sasl_sspi.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/curl_sasl_sspi.c b/lib/curl_sasl_sspi.c index 03a466b83..88592cdfa 100644 --- a/lib/curl_sasl_sspi.c +++ b/lib/curl_sasl_sspi.c @@ -493,9 +493,6 @@ void Curl_sasl_digest_cleanup(struct digestdata *digest) * This is used to generate an already encoded NTLM type-1 message ready for * sending to the recipient. * -* Note: This is a simple wrapper of the NTLM function which means that any -* SASL based protocols don't have to include the NTLM functions directly. -* * Parameters: * * userp [in] - The user name in the format User or Domain\User. |