X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/06897bd7828721c71d68f28cf2df4fca57964538..4bcf919e38e8cacd8c06d6e6ffe11091f57fd4ab:/ssh.c diff --git a/ssh.c b/ssh.c index b30d0265..5493191e 100644 --- a/ssh.c +++ b/ssh.c @@ -3256,7 +3256,8 @@ static int do_ssh1_login(Ssh ssh, unsigned char *in, int inlen, /* Load the public half of ssh->cfg.keyfile so we notice if it's in Pageant */ if (!filename_is_null(ssh->cfg.keyfile)) { if (!rsakey_pubblob(&ssh->cfg.keyfile, - &s->publickey_blob, &s->publickey_bloblen, NULL)) + &s->publickey_blob, &s->publickey_bloblen, + NULL, NULL)) s->publickey_blob = NULL; } else s->publickey_blob = NULL;