aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/test/aes128ctr_encrypt_block.c
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2015-06-10 04:34:28 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2015-06-10 04:34:28 +0300
commitaa9de746fd6f30fb283018bb6afd32013a667ffd (patch)
tree42db07d493b323d73cd27d1e8f39cd989d961df4 /test/aes128ctr_encrypt_block.c
parentrefactoring (diff)
downloadaes-tools-aa9de746fd6f30fb283018bb6afd32013a667ffd.tar.gz
aes-tools-aa9de746fd6f30fb283018bb6afd32013a667ffd.zip
test: rename the utilities
Diffstat (limited to '')
-rw-r--r--test/aes128ctr_encrypt_block.c (renamed from test/aes128ctr_encrypt.c)2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/aes128ctr_encrypt.c b/test/aes128ctr_encrypt_block.c
index ef82029..6baa266 100644
--- a/test/aes128ctr_encrypt.c
+++ b/test/aes128ctr_encrypt_block.c
@@ -14,7 +14,7 @@
static void exit_with_usage()
{
- puts("Usage: aes128ctr_encrypt.exe KEY0 IV0 [PLAIN0...] [-- KEY1 IV1 [PLAIN1...]...]");
+ puts("Usage: aes128ctr_encrypt_block.exe KEY0 IV0 [PLAIN0...] [-- KEY1 IV1 [PLAIN1...]...]");
exit(EXIT_FAILURE);
}