diff options
Diffstat (limited to 'test/aes256ctr_decrypt_block.c')
-rw-r--r-- | test/aes256ctr_decrypt_block.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/aes256ctr_decrypt_block.c b/test/aes256ctr_decrypt_block.c index e2669e6..6e7f875 100644 --- a/test/aes256ctr_decrypt_block.c +++ b/test/aes256ctr_decrypt_block.c @@ -56,7 +56,7 @@ int main(int argc, char** argv) continue; } plain = aesni_decrypt_block_ctr256(cipher, &key_schedule, iv, ctr++); - aesni_print_block128(&plain); + aesni_print_block128(&plain, NULL); } } |