Skip to content
Snippets Groups Projects
Commit cfa81b8f authored by Steve Holme's avatar Steve Holme
Browse files

sasl: Corrected variable names in comments and parameters

parent 69f7156a
No related branches found
No related tags found
No related merge requests found
......@@ -88,7 +88,7 @@ CURLcode Curl_sasl_create_plain_message(struct SessionHandle *data,
* Parameters:
*
* data [in] - The session handle.
* userp [in] - The user name.
* valuep [in] - The user name or user's password.
* outptr [in/out] - The address where a pointer to newly allocated memory
* holding the result will be stored upon completion.
* outlen [out] - The length of the output message.
......
......@@ -56,7 +56,7 @@ CURLcode Curl_sasl_create_ntlm_type1_message(const char *userp,
/* This is used to decode an incoming NTLM type-2 message and generate a
base64 encoded type-3 response */
CURLcode Curl_sasl_decode_ntlm_type2_message(struct SessionHandle *data,
const char *type2msg,
const char *header,
const char *userp,
const char *passwdp,
struct ntlmdata *ntlm,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment