diff options
Diffstat (limited to '')
-rw-r--r-- | test/aes128cfb_encrypt_block.c (renamed from test/aes128cfb_encrypt.c) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/aes128cfb_encrypt.c b/test/aes128cfb_encrypt_block.c index 922788b..a991864 100644 --- a/test/aes128cfb_encrypt.c +++ b/test/aes128cfb_encrypt_block.c @@ -14,7 +14,7 @@ static void exit_with_usage() { - puts("Usage: aes128cfb_encrypt.exe KEY0 IV0 [PLAIN0...] [-- KEY1 IV1 [PLAIN1...]...]"); + puts("Usage: aes128cfb_encrypt_block.exe KEY0 IV0 [PLAIN0...] [-- KEY1 IV1 [PLAIN1...]...]"); exit(EXIT_FAILURE); } |