Curl_ntlm_create_typeX_message: Added the outlen parameter
authorSteve Holme <steve_holme@hotmail.com>
Sat, 1 Oct 2011 12:03:40 +0000 (13:03 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 3 Oct 2011 21:28:17 +0000 (23:28 +0200)
commit185ed3409a883d32f7b6d41e20fddd5b04d98a7d
tree622943a9c6ad4bc76de857e963298dce012ce80b
parentd54bcebad49b395b183455133e3e1fc8537826d2
Curl_ntlm_create_typeX_message: Added the outlen parameter

Added the output message length as a parameter to both
Curl_ntlm_create_type1_message() and Curl_ntlm_create_type3_message()
for use by future functions that require it.

Updated curl_ntlm.c to cater for the extra parameter on these two
functions.
lib/curl_ntlm.c
lib/curl_ntlm_msgs.c
lib/curl_ntlm_msgs.h