1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

sasl_sspi: Removed note about the NTLM functions being a wrapper

This commit is contained in:
Steve Holme 2014-11-16 22:44:58 +00:00
parent 43da5b2066
commit 62a6230e1c

View File

@ -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.