diff options
Diffstat (limited to '')
-rw-r--r-- | test/aes128ecb_decrypt_block.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/aes128ecb_decrypt_block.c b/test/aes128ecb_decrypt_block.c index 7b34641..f470ecc 100644 --- a/test/aes128ecb_decrypt_block.c +++ b/test/aes128ecb_decrypt_block.c @@ -48,7 +48,7 @@ int main(int argc, char** argv) continue; } plain = aesni_decrypt_block_ecb128(cipher, &inverted_schedule); - aesni_print_block128(&plain); + aesni_print_block128(&plain, NULL); } } |