aboutsummaryrefslogtreecommitdiff
path: root/ntlm.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--ntlm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ntlm.c b/ntlm.c
index 0453358..4dfeed3 100644
--- a/ntlm.c
+++ b/ntlm.c
@@ -242,7 +242,7 @@ ntlm_phase_3 (const struct http_proxy_info *p, const char *phase_2, struct gc_ar
/* pad to 21 bytes */
memset (md4_hash + 16, 0, 5);
- ret_val = base64_decode( phase_2, (void *)buf2);
+ ret_val = base64_decode( phase_2, (void *)buf2, -1);
if (ret_val < 0)
return NULL;