aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/test/aes192ctr_encrypt_block.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/aes192ctr_encrypt_block.c')
-rw-r--r--test/aes192ctr_encrypt_block.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/aes192ctr_encrypt_block.c b/test/aes192ctr_encrypt_block.c
index af73a98..1b0985a 100644
--- a/test/aes192ctr_encrypt_block.c
+++ b/test/aes192ctr_encrypt_block.c
@@ -14,7 +14,7 @@
static void exit_with_usage()
{
- puts("Usage: aesni_encrypt_block_ctr192.exe KEY0 IV0 [PLAIN0...] [-- KEY1 IV1 [PLAIN1...]...]");
+ puts("Usage: aes192ctr_encrypt_block.exe KEY0 IV0 [PLAIN0...] [-- KEY1 IV1 [PLAIN1...]...]");
exit(EXIT_FAILURE);
}