]> git.ipfire.org Git - thirdparty/openssl.git/commit
Coverity 1528485: Remove unused assignment of wvalue
authorTomas Mraz <tomas@openssl.org>
Wed, 7 Jun 2023 12:33:22 +0000 (14:33 +0200)
committerTodd Short <todd.short@me.com>
Sat, 10 Jun 2023 23:23:59 +0000 (19:23 -0400)
commitade969e27b71a57e4d44ebada093929cc8f4193c
tree7149a14c344553839ca1d1249a802213eacc80ab
parentef1ed411e1d526cdf6b87613d1b6021ab07d0f2e
Coverity 1528485: Remove unused assignment of wvalue

wvalue is always initialized at the beginning of each cycle
and used only within the cycle

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Todd Short <todd.short@me.com>
(Merged from https://github.com/openssl/openssl/pull/21145)
crypto/bn/bn_exp.c