Fix an endless loop in rsa_builtin_keygen.
authorRich Salz <rsalz@openssl.org>
Mon, 6 Mar 2017 14:54:17 +0000 (09:54 -0500)
committerMatt Caswell <matt@openssl.org>
Tue, 7 Nov 2017 11:02:26 +0000 (11:02 +0000)
commit32492093722636596018a799c438bfc04c343b40
tree400a63f9a0084e69503fb1f1ec1657f65b4adc40
parent950d49d43900e67a1f9d02bc1a053a9fdc5c4257
Fix an endless loop in rsa_builtin_keygen.

Cherry-picked by Matt Caswell from 69795831.

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4670)
crypto/rsa/rsa_gen.c