pub/rsa-recover.c: Gather cleanup to the end of the function.
authorMark Wooding <mdw@distorted.org.uk>
Mon, 22 Dec 2014 20:32:58 +0000 (20:32 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Fri, 6 Feb 2015 11:02:07 +0000 (11:02 +0000)
commitba6c138883c51f7f14ea09c65159cd63c833574a
tree489ac39e36174016a32beaa3c0387d1714d552c6
parente81d8d4703f477a2f4546f2c5246606d9499513d
pub/rsa-recover.c: Gather cleanup to the end of the function.

We get to delete a whole lot of leave-in-the-middle cleanup, and
concentrate it all at the end.  This also lets us recycle temporaries
slightly better.

There's a little light reformatting thrown in, but nothing too aggressive.
pub/rsa-recover.c