aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/test/aes256ctr_encrypt_block.c
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2015-06-11 04:46:39 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2015-06-11 04:46:39 +0300
commitfbdbf2db70d33d9a14447a086e776773f8ddbe5b (patch)
tree377205e28fbf9021c6770c30e558b4af9d0964fe /test/aes256ctr_encrypt_block.c
parenttest: bugfix (diff)
downloadaes-tools-fbdbf2db70d33d9a14447a086e776773f8ddbe5b.tar.gz
aes-tools-fbdbf2db70d33d9a14447a086e776773f8ddbe5b.zip
test: fix usage messages
Diffstat (limited to 'test/aes256ctr_encrypt_block.c')
-rw-r--r--test/aes256ctr_encrypt_block.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/aes256ctr_encrypt_block.c b/test/aes256ctr_encrypt_block.c
index a8894ea..df52bcd 100644
--- a/test/aes256ctr_encrypt_block.c
+++ b/test/aes256ctr_encrypt_block.c
@@ -14,7 +14,7 @@
static void exit_with_usage()
{
- puts("Usage: aesni_encrypt_block_ctr256.exe KEY0 IV0 [PLAIN0...] [-- KEY1 IV1 [PLAIN1...]...]");
+ puts("Usage: aes256ctr_encrypt_block.exe KEY0 IV0 [PLAIN0...] [-- KEY1 IV1 [PLAIN1...]...]");
exit(EXIT_FAILURE);
}