aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/utils/aes128ecb_decrypt_file.cpp
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2015-06-11 17:31:30 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2015-06-11 17:31:30 +0300
commitc7365d80063dc7270ea5685ae65094a5af62acaf (patch)
treedf6e0126dbd2fa7efd46d4a753cd78ecabe04711 /utils/aes128ecb_decrypt_file.cpp
parenttest: README update (diff)
downloadaes-tools-c7365d80063dc7270ea5685ae65094a5af62acaf.tar.gz
aes-tools-c7365d80063dc7270ea5685ae65094a5af62acaf.zip
add utils/cxx
Diffstat (limited to '')
-rw-r--r--utils/aes128ecb_decrypt_file.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/utils/aes128ecb_decrypt_file.cpp b/utils/aes128ecb_decrypt_file.cpp
index 23545f9..f0811ce 100644
--- a/utils/aes128ecb_decrypt_file.cpp
+++ b/utils/aes128ecb_decrypt_file.cpp
@@ -5,10 +5,9 @@
* \copyright This file is licensed under the terms of the MIT License.
* See LICENSE.txt for details.
*/
-
-#include "common.hpp"
-
+
#include <aesni/all.h>
+#include <aesnixx/all.hpp>
#include <cstdlib>