diff options
author | Steve Holme <steve_holme@hotmail.com> | 2012-06-04 22:25:45 +0100 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2012-06-04 22:25:45 +0100 |
commit | 64510fe917be0508bb4fa381af966ece7dfd4775 (patch) | |
tree | 560ed66eb5603f67b800e9da37d4cb001924eade /lib/pop3.c | |
parent | 38dfe525596f3dcb81c31fae0b7605751c6c3769 (diff) | |
download | curl-64510fe917be0508bb4fa381af966ece7dfd4775.tar.gz |
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.
Diffstat (limited to 'lib/pop3.c')
-rw-r--r-- | lib/pop3.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pop3.c b/lib/pop3.c index 2f772ba60..4e6fbd365 100644 --- a/lib/pop3.c +++ b/lib/pop3.c @@ -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, |