]> git.ipfire.org Git - thirdparty/openssl.git/commit
Coverity 1528496: remove assignment of unused value
authorTomas Mraz <tomas@openssl.org>
Wed, 7 Jun 2023 11:33:40 +0000 (13:33 +0200)
committerTodd Short <todd.short@me.com>
Sat, 10 Jun 2023 23:23:59 +0000 (19:23 -0400)
commit0c6c3782870663dd190009103f22263f9a99c82e
tree7bb67a50f9bd2fefe6a5bc3de051cfc617255a9e
parenta3fcafb34994c4864d8dc92a88f9d8e354230d12
Coverity 1528496: remove assignment of unused value

ctx is used only within the loop and always assigned at start
crypto/asn1/i2d_evp.c