mirror of
https://github.com/ipmitool/ipmitool.git
synced 2025-05-11 19:17:22 +00:00
more debug output
This commit is contained in:
parent
de2c6447f0
commit
e687d531a3
@ -288,6 +288,9 @@ lanplus_decrypt_aes_cbc_128(const unsigned char * iv,
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (verbose > 1)
|
if (verbose > 1)
|
||||||
printbuf(output, *bytes_written, "decrypted this data");
|
{
|
||||||
|
printf("Decrypted %d encrypted bytes\n", input_length);
|
||||||
|
printbuf(output, *bytes_written, "Decrypted this data");
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user