]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
sasl_sspi: Removed note about the NTLM functions being a wrapper
authorSteve Holme <steve_holme@hotmail.com>
Sun, 16 Nov 2014 22:44:58 +0000 (22:44 +0000)
committerSteve Holme <steve_holme@hotmail.com>
Sun, 16 Nov 2014 22:49:30 +0000 (22:49 +0000)
lib/curl_sasl_sspi.c

index 03a466b8357c4e6a7adf3fb82f8de4b60aad393e..88592cdfa7fe0a056642e0c93a0d75ced8c7978c 100644 (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.