aboutsummaryrefslogtreecommitdiff
path: root/lib/urldata.h
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2011-08-11 02:18:16 +0200
committerYang Tse <yangsita@gmail.com>2011-08-11 02:18:16 +0200
commitf396d9473652d0a3806b9e36e9bb3b45b61a2c10 (patch)
tree3e4a61dc9fa322aca21b667bd0acd7debbdea338 /lib/urldata.h
parent657d02fbaca47a8f3a13982f450c7001fc40cc0b (diff)
http NTLM: Tidied up more inconsistent spacing.
Moved NTLMSSP_SIGNATURE, HOSTNAME_MAX, SHORTPAIR and LONGQUARTET definitions in ready for move to curl_ntlm.c. Used separate variables for Windows SSPI and native code to ease moving of code to curl_ntlm.c. Fixed typographical erros where SPPI should be SSPI. Fixed compilation warnings on 64-bit builds when calling Windows SSPI functions.
Diffstat (limited to 'lib/urldata.h')
-rw-r--r--lib/urldata.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/urldata.h b/lib/urldata.h
index d244f2113..bd8ba6cd8 100644
--- a/lib/urldata.h
+++ b/lib/urldata.h
@@ -360,7 +360,7 @@ struct ntlmdata {
SEC_WINNT_AUTH_IDENTITY *p_identity;
int has_handles;
void *type_2;
- int n_type_2;
+ unsigned long n_type_2;
#else
unsigned int flags;
unsigned char nonce[8];