diff options
Diffstat (limited to 'test/aes256cfb_encrypt_block.c')
-rw-r--r-- | test/aes256cfb_encrypt_block.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/aes256cfb_encrypt_block.c b/test/aes256cfb_encrypt_block.c index 7713db5..0a73528 100644 --- a/test/aes256cfb_encrypt_block.c +++ b/test/aes256cfb_encrypt_block.c @@ -54,7 +54,7 @@ int main(int argc, char** argv) continue; } cipher = aesni_encrypt_block_cfb256(plain, &key_schedule, iv, &iv); - aesni_print_block128(&cipher); + aesni_print_block128(&cipher, NULL); } } |