ntlm: Renamed SSPI based input token variables

Code cleanup to try and synchronise code between the different SSPI
based authentication mechanisms.
This commit is contained in:
Steve Holme
2014-10-25 14:12:41 +01:00
parent c18329cef6
commit df97ab3e5f
2 changed files with 7 additions and 7 deletions

View File

@@ -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];