X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=cproxy.c;h=4f9a3ffa591c8b00833d0f6b24c69f83ca64ec06;hb=4548f22b3811cbd59dd2f19fe80351bb12c9f3b8;hp=8c8a50cb53628ba9802beb97bf504d1f2c59caae;hpb=e71ec6bf9fc5094171faecb70f597cf60653b488;p=PuTTY.git diff --git a/cproxy.c b/cproxy.c index 8c8a50cb..4f9a3ffa 100644 --- a/cproxy.c +++ b/cproxy.c @@ -21,7 +21,7 @@ static void hmacmd5_chap(const unsigned char *challenge, int challen, void *hmacmd5_ctx; int pwlen; - hmacmd5_ctx = hmacmd5_make_context(); + hmacmd5_ctx = hmacmd5_make_context(NULL); pwlen = strlen(passwd); if (pwlen>64) {