X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/ae87c7f79fc346c83eda63a08ac6e2f619debcf8..a1e50b70a5fbeb472d136794e052f02266571fcf:/cmdgen.c diff --git a/cmdgen.c b/cmdgen.c index 86a548e3..254ae6a7 100644 --- a/cmdgen.c +++ b/cmdgen.c @@ -763,6 +763,9 @@ int main(int argc, char **argv) } ssh1key->comment = dupstr(origcomment); ssh1key->private_exponent = NULL; + ssh1key->p = NULL; + ssh1key->q = NULL; + ssh1key->iqmp = NULL; } else { ret = loadrsakey(infilename, ssh1key, passphrase, &error); }