summaryrefslogtreecommitdiffstats
path: root/ntlm.c
diff options
context:
space:
mode:
authorjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2009-01-27 19:32:46 +0000
committerjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2009-01-27 19:32:46 +0000
commitb110c9c43940f7e314bcf9be02f6fdc22c81c560 (patch)
treeff02bda67d63b83b1bb6f69a48e68bd2dd4f1a5e /ntlm.c
parent435f512a1f565f92e7297edc102d8f782565f7a5 (diff)
downloadopenvpn-b110c9c43940f7e314bcf9be02f6fdc22c81c560.tar.gz
openvpn-b110c9c43940f7e314bcf9be02f6fdc22c81c560.tar.xz
openvpn-b110c9c43940f7e314bcf9be02f6fdc22c81c560.zip
Fixed some compile-time warnings.
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@3900 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to 'ntlm.c')
-rw-r--r--ntlm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ntlm.c b/ntlm.c
index 1db4cc0..0453358 100644
--- a/ntlm.c
+++ b/ntlm.c
@@ -207,7 +207,7 @@ ntlm_phase_3 (const struct http_proxy_info *p, const char *phase_2, struct gc_ar
char *ntlmv2_blob = ntlmv2_response + 16; /* inside ntlmv2_response, length: 128 */
int ntlmv2_blob_size=0;
int phase3_bufpos = 0x40; /* offset to next security buffer data to be added */
- int len;
+ size_t len;
char domain[128];
char username[128];