add missing check for BN_mod_inverse
authorMansour Ahmadi <m.ahmadi@northeastern.edu>
Tue, 11 Dec 2018 20:48:08 +0000 (15:48 -0500)
committerMatt Caswell <matt@openssl.org>
Thu, 13 Dec 2018 09:54:54 +0000 (09:54 +0000)
commit55833a8de70589a5000044b6291e190f5a3826ae
tree400204cf760a8a22062a57bcbd642aa9c2f5fc23
parent4fea7005c3d08ed0d575bdea5082b7b0ce355237
add missing check for BN_mod_inverse

Fixes #7650

Reviewed-by: Kurt Roeckx <kurt@roeckx.be>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/7876)
crypto/rsa/rsa_x931g.c