aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/cxx/include/aesxx/algorithm.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'cxx/include/aesxx/algorithm.hpp')
-rw-r--r--cxx/include/aesxx/algorithm.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/cxx/include/aesxx/algorithm.hpp b/cxx/include/aesxx/algorithm.hpp
index e2c73ac..c6f06d7 100644
--- a/cxx/include/aesxx/algorithm.hpp
+++ b/cxx/include/aesxx/algorithm.hpp
@@ -10,7 +10,7 @@
#include <aes/all.h>
-namespace aesni
+namespace aes
{
- typedef AesNI_Algorithm Algorithm;
+ typedef AES_Algorithm Algorithm;
}