diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2016-05-19 04:13:47 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2016-05-19 04:13:47 +0300 |
commit | aebc96e6efc369c09a95fb641ca90935930cf19b (patch) | |
tree | 38db5723b71c13804a88e9e129f9a20807b78f4e /cxx/include/aesxx/data.hpp | |
parent | README update (diff) | |
download | aes-tools-aebc96e6efc369c09a95fb641ca90935930cf19b.tar.gz aes-tools-aebc96e6efc369c09a95fb641ca90935930cf19b.zip |
rename the project
Diffstat (limited to '')
-rw-r--r-- | cxx/include/aesxx/data.hpp (renamed from cxx/include/aesnixx/data.hpp) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cxx/include/aesnixx/data.hpp b/cxx/include/aesxx/data.hpp index 1a93b7c..f52fe3e 100644 --- a/cxx/include/aesnixx/data.hpp +++ b/cxx/include/aesxx/data.hpp @@ -10,7 +10,7 @@ #include "error.hpp" -#include <aesni/all.h> +#include <aes/all.h> namespace aesni { |