Robert Evans spotted that bignum_decimal() failed to cope with being given
authorjacob <jacob@cda61777-01e9-0310-a592-d414129be87e>
Sat, 17 Jun 2006 12:02:03 +0000 (12:02 +0000)
committerjacob <jacob@cda61777-01e9-0310-a592-d414129be87e>
Sat, 17 Jun 2006 12:02:03 +0000 (12:02 +0000)
commit74c79ce8cd8759cc27872d56d580681b758ad05c
treefd4f94034d7544dea6d4fd13317af64ddb574a48
parent8f1e3be1ca5adbc998c2e7f61f6a0bdb1dc79fc4
Robert Evans spotted that bignum_decimal() failed to cope with being given
a zero input.
This shouldn't matter for PuTTY, as these routines are only used in PuTTYgen,
to output SSH-1 format public key exponents/moduli, which should be nonzero.

git-svn-id: svn://svn.tartarus.org/sgt/putty@6731 cda61777-01e9-0310-a592-d414129be87e
sshbn.c