]> git.ipfire.org Git - thirdparty/openssl.git/commit
Coverity 1528494 and 1528493: Remove unused assignment of wvalue
authorTomas Mraz <tomas@openssl.org>
Wed, 7 Jun 2023 11:47:59 +0000 (13:47 +0200)
committerTodd Short <todd.short@me.com>
Sat, 10 Jun 2023 23:23:59 +0000 (19:23 -0400)
commitf9a4e2b663ab97de718e016b29644d0c2bd9b7c3
tree58970634c0094f8c4d981127a208f4a2cd76247f
parent0c6c3782870663dd190009103f22263f9a99c82e
Coverity 1528494 and 1528493: Remove unused assignment of wvalue

wvalue is always initialized at the beginning of each cycle
and used only within the cycle
crypto/bn/bn_exp.c