diff options
Diffstat (limited to 'cxx/include')
-rw-r--r-- | cxx/include/aesxx/aes.hpp (renamed from cxx/include/aesnixx/aes.hpp) | 2 | ||||
-rw-r--r-- | cxx/include/aesxx/algorithm.hpp (renamed from cxx/include/aesnixx/algorithm.hpp) | 2 | ||||
-rw-r--r-- | cxx/include/aesxx/all.hpp (renamed from cxx/include/aesnixx/all.hpp) | 0 | ||||
-rw-r--r-- | cxx/include/aesxx/api.hpp (renamed from cxx/include/aesnixx/api.hpp) | 0 | ||||
-rw-r--r-- | cxx/include/aesxx/box.hpp (renamed from cxx/include/aesnixx/box.hpp) | 2 | ||||
-rw-r--r-- | cxx/include/aesxx/data.hpp (renamed from cxx/include/aesnixx/data.hpp) | 2 | ||||
-rw-r--r-- | cxx/include/aesxx/debug.hpp (renamed from cxx/include/aesnixx/debug.hpp) | 0 | ||||
-rw-r--r-- | cxx/include/aesxx/error.hpp (renamed from cxx/include/aesnixx/error.hpp) | 2 | ||||
-rw-r--r-- | cxx/include/aesxx/mode.hpp (renamed from cxx/include/aesnixx/mode.hpp) | 2 |
9 files changed, 6 insertions, 6 deletions
diff --git a/cxx/include/aesnixx/aes.hpp b/cxx/include/aesxx/aes.hpp index b2febf5..698c0ef 100644 --- a/cxx/include/aesnixx/aes.hpp +++ b/cxx/include/aesxx/aes.hpp @@ -13,7 +13,7 @@ #include "error.hpp" #include "mode.hpp" -#include <aesni/all.h> +#include <aes/all.h> #include <cstddef> diff --git a/cxx/include/aesnixx/algorithm.hpp b/cxx/include/aesxx/algorithm.hpp index 85d2fc4..e2c73ac 100644 --- a/cxx/include/aesnixx/algorithm.hpp +++ b/cxx/include/aesxx/algorithm.hpp @@ -8,7 +8,7 @@ #pragma once -#include <aesni/all.h> +#include <aes/all.h> namespace aesni { diff --git a/cxx/include/aesnixx/all.hpp b/cxx/include/aesxx/all.hpp index 7c80d3b..7c80d3b 100644 --- a/cxx/include/aesnixx/all.hpp +++ b/cxx/include/aesxx/all.hpp diff --git a/cxx/include/aesnixx/api.hpp b/cxx/include/aesxx/api.hpp index 6995ae2..6995ae2 100644 --- a/cxx/include/aesnixx/api.hpp +++ b/cxx/include/aesxx/api.hpp diff --git a/cxx/include/aesnixx/box.hpp b/cxx/include/aesxx/box.hpp index 69383a8..ffca6ce 100644 --- a/cxx/include/aesnixx/box.hpp +++ b/cxx/include/aesxx/box.hpp @@ -12,7 +12,7 @@ #include "error.hpp" #include "mode.hpp" -#include <aesni/all.h> +#include <aes/all.h> #include <cassert> #include <cstddef> 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 { diff --git a/cxx/include/aesnixx/debug.hpp b/cxx/include/aesxx/debug.hpp index f3e35f4..f3e35f4 100644 --- a/cxx/include/aesnixx/debug.hpp +++ b/cxx/include/aesxx/debug.hpp diff --git a/cxx/include/aesnixx/error.hpp b/cxx/include/aesxx/error.hpp index 067d563..1f22535 100644 --- a/cxx/include/aesnixx/error.hpp +++ b/cxx/include/aesxx/error.hpp @@ -10,7 +10,7 @@ #include "debug.hpp" -#include <aesni/all.h> +#include <aes/all.h> #include <boost/config.hpp> diff --git a/cxx/include/aesnixx/mode.hpp b/cxx/include/aesxx/mode.hpp index e19dbbd..706c4b5 100644 --- a/cxx/include/aesnixx/mode.hpp +++ b/cxx/include/aesxx/mode.hpp @@ -8,7 +8,7 @@ #pragma once -#include <aesni/all.h> +#include <aes/all.h> #include <type_traits> |