X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=cproxy.c;h=5f2f15fc73ca687b5f65f92476a1a6b0f60c72b3;hb=222c134b5f4f5397f2a15d36813286edeb3cff5e;hp=934ce3dc228d6f26f5f66d9074e6b11327afd6ca;hpb=a1f3b7a358adaa7c2a98359cd0373aa823eeb14b;p=PuTTY.git diff --git a/cproxy.c b/cproxy.c index 934ce3dc..5f2f15fc 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) {