aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/cxx/include/aesxx/aes.hpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cxx/include/aesxx/aes.hpp (renamed from cxx/include/aesnixx/aes.hpp)2
1 files changed, 1 insertions, 1 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>