diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2015-06-11 17:31:30 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2015-06-11 17:31:30 +0300 |
commit | c7365d80063dc7270ea5685ae65094a5af62acaf (patch) | |
tree | df6e0126dbd2fa7efd46d4a753cd78ecabe04711 /utils/aes128ecb_encrypt_file.cpp | |
parent | test: README update (diff) | |
download | aes-tools-c7365d80063dc7270ea5685ae65094a5af62acaf.tar.gz aes-tools-c7365d80063dc7270ea5685ae65094a5af62acaf.zip |
add utils/cxx
Diffstat (limited to 'utils/aes128ecb_encrypt_file.cpp')
-rw-r--r-- | utils/aes128ecb_encrypt_file.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/utils/aes128ecb_encrypt_file.cpp b/utils/aes128ecb_encrypt_file.cpp index 42e297c..694d8fe 100644 --- a/utils/aes128ecb_encrypt_file.cpp +++ b/utils/aes128ecb_encrypt_file.cpp @@ -6,9 +6,8 @@ * See LICENSE.txt for details. */ -#include "common.hpp" - #include <aesni/all.h> +#include <aesnixx/all.hpp> #include <cstdlib> |