aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/test/aes192ecb_encrypt_block.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--test/aes192ecb_encrypt_block.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/aes192ecb_encrypt_block.c b/test/aes192ecb_encrypt_block.c
index 82f6821..051efc3 100644
--- a/test/aes192ecb_encrypt_block.c
+++ b/test/aes192ecb_encrypt_block.c
@@ -48,7 +48,7 @@ int main(int argc, char** argv)
continue;
}
cipher = aesni_encrypt_block_ecb192(plain, &key_schedule);
- aesni_print_block128(&cipher);
+ aesni_print_block128(&cipher, NULL);
}
}