diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2015-06-19 18:12:39 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2015-06-19 18:12:39 +0300 |
commit | c162067e7407655040128b510481c01a762ac7d3 (patch) | |
tree | f105b0204b1926f2c8d13acf22c0f1f1ba5cb0c8 /utils/aes_decrypt_file.cpp | |
parent | test: restore specialized block encryption utils (diff) | |
download | aes-tools-c162067e7407655040128b510481c01a762ac7d3.tar.gz aes-tools-c162067e7407655040128b510481c01a762ac7d3.zip |
rename executables
Diffstat (limited to '')
-rw-r--r-- | utils/aes_decrypt_file.cpp (renamed from utils/decrypt_file_aes.cpp) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/decrypt_file_aes.cpp b/utils/aes_decrypt_file.cpp index 0112f4a..af0d119 100644 --- a/utils/decrypt_file_aes.cpp +++ b/utils/aes_decrypt_file.cpp @@ -6,7 +6,7 @@ * See LICENSE.txt for details. */ -#include "common_aes.hpp" +#include "aes_common.hpp" #include <aesni/all.h> |