]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Coverity 1528487: Avoid assignment of unused value of i
authorTomas Mraz <tomas@openssl.org>
Wed, 7 Jun 2023 12:25:58 +0000 (14:25 +0200)
committerTodd Short <todd.short@me.com>
Sat, 10 Jun 2023 23:23:59 +0000 (19:23 -0400)
crypto/txt_db/txt_db.c

index 4410e35ee1d997eb90c519ded1a7db9241a768aa..437b1b9c10903afe1ccd9ac63d32e86dba4aa51b 100644 (file)
@@ -78,7 +78,6 @@ TXT_DB *TXT_DB_read(BIO *in, int num)
         p += add;
         n = 0;
         pp[n++] = p;
-        i = 0;
         f = buf->data;
 
         esc = 0;