diff options
Diffstat (limited to '')
-rw-r--r-- | test/aes256cbc_decrypt_block.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/aes256cbc_decrypt_block.c b/test/aes256cbc_decrypt_block.c index bb082d5..43b8091 100644 --- a/test/aes256cbc_decrypt_block.c +++ b/test/aes256cbc_decrypt_block.c @@ -49,6 +49,7 @@ int main(int argc, char** argv) continue; } plain = aes256cbc_decrypt(cipher, &inverted_schedule, &iv); + iv = cipher; print_aes_block128(&plain); } |