diff options
author | Steve Holme <steve_holme@hotmail.com> | 2014-10-25 14:12:41 +0100 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2014-10-25 14:15:48 +0100 |
commit | df97ab3e5f89926d8c2c7c2184e9cb65256734d3 (patch) | |
tree | 78ef02aa111e4904b151eba0a9912bcc8df4f338 /lib/urldata.h | |
parent | c18329cef696e754750aea8c3fae4c12275ccb8f (diff) |
ntlm: Renamed SSPI based input token variables
Code cleanup to try and synchronise code between the different SSPI
based authentication mechanisms.
Diffstat (limited to 'lib/urldata.h')
-rw-r--r-- | lib/urldata.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/urldata.h b/lib/urldata.h index 900b8c8ad..bc68b5789 100644 --- a/lib/urldata.h +++ b/lib/urldata.h @@ -442,8 +442,8 @@ struct ntlmdata { size_t max_token_length; BYTE *output_token; int has_handles; - BYTE *type_2; - unsigned long n_type_2; + BYTE *input_token; + size_t input_token_len; #else unsigned int flags; unsigned char nonce[8]; |