]> asedeno.scripts.mit.edu Git - PuTTY_svn.git/commit
Fix assertion failure in Unix PuTTYgen exports.
authorSimon Tatham <anakin@pobox.com>
Thu, 16 Jan 2014 19:16:19 +0000 (19:16 +0000)
committerSimon Tatham <anakin@pobox.com>
Thu, 16 Jan 2014 19:16:19 +0000 (19:16 +0000)
commit3d3a786e83910454ad902697b1eddfbaefebba96
treecbdcad1ca1d1266e4e8a942e2c57fc7ec1dbbf40
parent1e0530a08a79dfb478ec070e9e6da7ffe0938bdb
Fix assertion failure in Unix PuTTYgen exports.

The assertions I added to sshrand.c in r9930 are now justified,
because they were failing when cmdgen was used to convert a key into
either foreign private key file format - both the export functions
require random_byte() for one reason or another, and random_ref()
hadn't been called first.

git-svn-id: http://svn.tartarus.org/sgt/putty@10117 cda61777-01e9-0310-a592-d414129be87e
cmdgen.c