Generate keys more carefully, so that when the user asks for an n-bit
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sun, 4 Mar 2012 00:24:49 +0000 (00:24 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sun, 4 Mar 2012 00:24:49 +0000 (00:24 +0000)
commit79dae043470021f79b0094b85c0195b507529214
treec87d551bf935ec1944577b2c265276e6b131aac7
parent22cc5f54756b22ec89ec0e9dfd35726cb20f8406
Generate keys more carefully, so that when the user asks for an n-bit
key they always get an n-bit number instead of n-1. The latter was
perfectly harmless but kept confusing users.

git-svn-id: svn://svn.tartarus.org/sgt/putty@9421 cda61777-01e9-0310-a592-d414129be87e
ssh.h
sshdssg.c
sshprime.c
sshrsag.c