more debug output

This commit is contained in:
Jeremy Ellington 2004-07-19 21:01:24 +00:00
parent de2c6447f0
commit e687d531a3

View File

@ -288,6 +288,9 @@ lanplus_decrypt_aes_cbc_128(const unsigned char * iv,
}
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");
}
}