aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/test/aes192ofb_decrypt_block.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--test/aes192ofb_decrypt_block.c (renamed from test/aes192ofb_decrypt.c)2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/aes192ofb_decrypt.c b/test/aes192ofb_decrypt_block.c
index 621031f..4044435 100644
--- a/test/aes192ofb_decrypt.c
+++ b/test/aes192ofb_decrypt_block.c
@@ -14,7 +14,7 @@
static void exit_with_usage()
{
- puts("Usage: aes192ofb_decrypt.exe KEY0 IV0 [CIPHER0...] [-- KEY1 IV1 [CIPHER1...]...]");
+ puts("Usage: aes192ofb_decrypt_block.exe KEY0 IV0 [CIPHER0...] [-- KEY1 IV1 [CIPHER1...]...]");
exit(EXIT_FAILURE);
}