pub/rsa-recover.c: Take out explicit factoring-retry loop.
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)
commite81d8d4703f477a2f4546f2c5246606d9499513d
tree77de063984ac01aa557efa7579e89a92b2cb5bba
parentf2d45696fc0060f54eac1b1937fa6bcdf7799af0
pub/rsa-recover.c: Take out explicit factoring-retry loop.

We have the `again' label anyway, because we need to retry from the
nested square-root-finding loop, and the hope is that we do the thing
once and it works, retrying on failure, rather than iterating over a
thing, so I think I prefer the `goto' here.
pub/rsa-recover.c