diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2015-06-11 04:46:39 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2015-06-11 04:46:39 +0300 |
commit | fbdbf2db70d33d9a14447a086e776773f8ddbe5b (patch) | |
tree | 377205e28fbf9021c6770c30e558b4af9d0964fe /test/aes192ofb_decrypt_block.c | |
parent | test: bugfix (diff) | |
download | aes-tools-fbdbf2db70d33d9a14447a086e776773f8ddbe5b.tar.gz aes-tools-fbdbf2db70d33d9a14447a086e776773f8ddbe5b.zip |
test: fix usage messages
Diffstat (limited to '')
-rw-r--r-- | test/aes192ofb_decrypt_block.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/aes192ofb_decrypt_block.c b/test/aes192ofb_decrypt_block.c index 2f830e1..6b49a54 100644 --- a/test/aes192ofb_decrypt_block.c +++ b/test/aes192ofb_decrypt_block.c @@ -14,7 +14,7 @@ static void exit_with_usage() { - puts("Usage: aesni_decrypt_block_ofb192.exe KEY0 IV0 [CIPHER0...] [-- KEY1 IV1 [CIPHER1...]...]"); + puts("Usage: aes192ofb_decrypt_block.exe KEY0 IV0 [CIPHER0...] [-- KEY1 IV1 [CIPHER1...]...]"); exit(EXIT_FAILURE); } |