aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/test/aes192cbc_decrypt_block.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/aes192cbc_decrypt_block.c')
-rw-r--r--test/aes192cbc_decrypt_block.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/aes192cbc_decrypt_block.c b/test/aes192cbc_decrypt_block.c
index 8a034ba..2ee439f 100644
--- a/test/aes192cbc_decrypt_block.c
+++ b/test/aes192cbc_decrypt_block.c
@@ -55,7 +55,7 @@ int main(int argc, char** argv)
continue;
}
plain = aesni_decrypt_block_cbc192(cipher, &inverted_schedule, iv, &iv);
- aesni_print_block128(&plain);
+ aesni_print_block128(&plain, NULL);
}
}