diff options
Diffstat (limited to 'test/aes128cfb_decrypt_block.c')
-rw-r--r-- | test/aes128cfb_decrypt_block.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/aes128cfb_decrypt_block.c b/test/aes128cfb_decrypt_block.c index e84e5fa..4f4803a 100644 --- a/test/aes128cfb_decrypt_block.c +++ b/test/aes128cfb_decrypt_block.c @@ -53,7 +53,7 @@ int main(int argc, char** argv) continue; } plain = aesni_decrypt_block_cfb128(cipher, &key_schedule, iv, &iv); - aesni_print_block128(&plain); + aesni_print_block128(&plain, NULL); } } |