X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/3d71de0bbe945fba6ec4e77eb56248e75419fbb4..06897bd7828721c71d68f28cf2df4fca57964538:/cmdgen.c diff --git a/cmdgen.c b/cmdgen.c index c4fcc9e1..f84938e4 100644 --- a/cmdgen.c +++ b/cmdgen.c @@ -722,7 +722,7 @@ int main(int argc, char **argv) case SSH_KEYTYPE_SSH2: if (!load_encrypted) { ssh2blob = ssh2_userkey_loadpub(&infilename, &ssh2alg, - &ssh2bloblen, &error); + &ssh2bloblen, NULL, &error); ssh2algf = find_pubkey_alg(ssh2alg); if (ssh2algf) bits = ssh2algf->pubkey_bits(ssh2blob, ssh2bloblen);