endian: Renamed functions for curl API naming convention

This commit is contained in:
Steve Holme
2014-12-31 11:56:08 +00:00
parent 7873f9bdbd
commit f4413ca65a
4 changed files with 16 additions and 16 deletions

View File

@@ -654,7 +654,7 @@ CURLcode Curl_ntlm_core_mk_ntlmv2_resp(unsigned char *ntlmv2hash,
"%c%c%c%c", /* Reserved = 0 */
0, 0, 0, 0);
write64_le(tw, ptr + 24);
Curl_write64_le(tw, ptr + 24);
memcpy(ptr + 32, challenge_client, 8);
memcpy(ptr + 44, ntlm->target_info, ntlm->target_info_len);