Fix a logic flaw in test_mod_exp_zero
authorBernd Edlinger <bernd.edlinger@hotmail.de>
Fri, 16 Dec 2022 18:30:29 +0000 (19:30 +0100)
committerBernd Edlinger <bernd.edlinger@hotmail.de>
Wed, 21 Dec 2022 15:31:15 +0000 (16:31 +0100)
commit42061268ee8f9ae0555d522870740fc91b744f4f
tree67ad96ee24e0ba9a595a23296834a375c0276e57
parentec3342e76f31b2d5146313fd03f0c8d65977c799
Fix a logic flaw in test_mod_exp_zero

Due to the logic flaw, possible test failures
in this test case might be ignored.

Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/19929)
test/exptest.c