sasl: Renamed Curl_sasl_decode_ntlm_type2_message()

For consistency with other SASL based functions renamed this function
to Curl_sasl_create_ntlm_type3_message() which better describes its
usage.
This commit is contained in:
Steve Holme
2012-06-04 22:25:45 +01:00
parent 38dfe52559
commit 64510fe917
4 changed files with 10 additions and 10 deletions

View File

@@ -814,7 +814,7 @@ static CURLcode pop3_state_auth_ntlm_type2msg_resp(struct connectdata *conn,
}
else {
/* Create the type-3 message */
result = Curl_sasl_decode_ntlm_type2_message(data,
result = Curl_sasl_create_ntlm_type3_message(data,
data->state.buffer + 2,
conn->user, conn->passwd,
&conn->ntlm,