Fix coverity CID #1458645 - Dereference before NULL check in rsa_digest_verify_final()
authorShane Lontis <shane.lontis@oracle.com>
Tue, 11 Aug 2020 06:33:19 +0000 (16:33 +1000)
committerShane Lontis <shane.lontis@oracle.com>
Mon, 24 Aug 2020 01:19:28 +0000 (11:19 +1000)
commit51bba73e9361d19a0827e4459c01a7b3f6712415
tree56cfd5df6c847ebd160167830cd5af638aa1f815
parentfdf6118b1552bc723aeba726174b14ca07b5170a
Fix coverity CID #1458645 - Dereference before NULL check in rsa_digest_verify_final()

Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
(Merged from https://github.com/openssl/openssl/pull/12628)
providers/implementations/signature/rsa.c