aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/utils/encrypt_bmp.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--utils/encrypt_bmp.cpp (renamed from utils/aes_encrypt_bmp.cpp)4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/aes_encrypt_bmp.cpp b/utils/encrypt_bmp.cpp
index 2615889..acdd893 100644
--- a/utils/aes_encrypt_bmp.cpp
+++ b/utils/encrypt_bmp.cpp
@@ -6,7 +6,7 @@
* See LICENSE.txt for details.
*/
-#include "aes_file_common.hpp"
+#include "file_common.hpp"
#include <aesni/all.h>
@@ -173,7 +173,7 @@ int main(int argc, char** argv)
{
try
{
- CommandLineParser cmd_parser("aes_encrypt_bmp.exe");
+ CommandLineParser cmd_parser("encrypt_bmp.exe");
if (!cmd_parser.parse_options(argc, argv))
return 0;