aboutsummaryrefslogtreecommitdiff
path: root/lib/http_ntlm.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/http_ntlm.c')
-rw-r--r--lib/http_ntlm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/http_ntlm.c b/lib/http_ntlm.c
index 5a6fba790..44fe01397 100644
--- a/lib/http_ntlm.c
+++ b/lib/http_ntlm.c
@@ -286,7 +286,7 @@ CURLcode Curl_output_ntlm(struct connectdata *conn,
int hostlen = strlen(host);
int hostoff; /* host name offset */
int domoff; /* domain name offset */
- int size;
+ size_t size;
char *base64=NULL;
unsigned char ntlmbuf[256]; /* enough, unless the host/domain is very long */