Skip to content

Commit 46bb470

Browse files
committed
remove useless initialization
1 parent 838feac commit 46bb470

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/misc/pbes/pbes.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
*/
2121
int pbes_decrypt(const pbes_arg *arg, unsigned char *dec_data, unsigned long *dec_size)
2222
{
23-
int err, hid = -1, cid = -1;
23+
int err, hid, cid;
2424
unsigned char k[32], *iv;
2525
unsigned long klen, keylen, dlen;
2626
long diff;

0 commit comments

Comments
 (0)