From 76923761ea90641cde3bd44dfa98e199bf839acc Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sat, 30 May 2015 05:27:56 +0300 Subject: test: actually chain when in cbc mode --- test/aes192cbc_decrypt_block.c | 1 + 1 file changed, 1 insertion(+) (limited to 'test/aes192cbc_decrypt_block.c') diff --git a/test/aes192cbc_decrypt_block.c b/test/aes192cbc_decrypt_block.c index 3d912ba..79eb692 100644 --- a/test/aes192cbc_decrypt_block.c +++ b/test/aes192cbc_decrypt_block.c @@ -49,6 +49,7 @@ int main(int argc, char** argv) continue; } plain = aes192cbc_decrypt(cipher, &inverted_schedule, &iv); + iv = cipher; print_aes_block128(&plain); } -- cgit v1.2.3