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