aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/cxx/include/aesxx/mode.hpp
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2016-05-19 04:13:47 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2016-05-19 04:13:47 +0300
commitaebc96e6efc369c09a95fb641ca90935930cf19b (patch)
tree38db5723b71c13804a88e9e129f9a20807b78f4e /cxx/include/aesxx/mode.hpp
parentREADME update (diff)
downloadaes-tools-aebc96e6efc369c09a95fb641ca90935930cf19b.tar.gz
aes-tools-aebc96e6efc369c09a95fb641ca90935930cf19b.zip
rename the project
Diffstat (limited to '')
-rw-r--r--cxx/include/aesxx/mode.hpp (renamed from cxx/include/aesnixx/mode.hpp)2
1 files changed, 1 insertions, 1 deletions
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>