diff options
Diffstat (limited to 'utils/block')
-rw-r--r-- | utils/block/cxx/aes_decrypt_block.cpp | 2 | ||||
-rw-r--r-- | utils/block/cxx/aes_encrypt_block.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/utils/block/cxx/aes_decrypt_block.cpp b/utils/block/cxx/aes_decrypt_block.cpp index 9898d4e..835d945 100644 --- a/utils/block/cxx/aes_decrypt_block.cpp +++ b/utils/block/cxx/aes_decrypt_block.cpp @@ -19,7 +19,7 @@ int main(int argc, char** argv) { try { - CommandLineParser cmd_parser("encrypt_block_aes.exe"); + CommandLineParser cmd_parser("aes_encrypt_block.exe"); if (!cmd_parser.parse_options(argc, argv)) return 0; diff --git a/utils/block/cxx/aes_encrypt_block.cpp b/utils/block/cxx/aes_encrypt_block.cpp index 9458831..cd92fa3 100644 --- a/utils/block/cxx/aes_encrypt_block.cpp +++ b/utils/block/cxx/aes_encrypt_block.cpp @@ -19,7 +19,7 @@ int main(int argc, char** argv) { try { - CommandLineParser cmd_parser("encrypt_block_aes.exe"); + CommandLineParser cmd_parser("aes_encrypt_block.exe"); if (!cmd_parser.parse_options(argc, argv)) return 0; |