We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 838feac commit 46bb470Copy full SHA for 46bb470
src/misc/pbes/pbes.c
@@ -20,7 +20,7 @@
20
*/
21
int pbes_decrypt(const pbes_arg *arg, unsigned char *dec_data, unsigned long *dec_size)
22
{
23
- int err, hid = -1, cid = -1;
+ int err, hid, cid;
24
unsigned char k[32], *iv;
25
unsigned long klen, keylen, dlen;
26
long diff;
0 commit comments