aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/test/aes128cbc_decrypt_block.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--test/aes128cbc_decrypt_block.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/aes128cbc_decrypt_block.c b/test/aes128cbc_decrypt_block.c
index 3bd5d74..82a1b61 100644
--- a/test/aes128cbc_decrypt_block.c
+++ b/test/aes128cbc_decrypt_block.c
@@ -48,6 +48,7 @@ int main(int argc, char** argv)
continue;
}
plain = aes128cbc_decrypt(cipher, &inverted_schedule, &iv);
+ iv = cipher;
print_aes_block128(&plain);
}