diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2015-07-28 23:30:35 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2015-07-28 23:30:35 +0300 |
commit | c4d84751f2611bfd18b21f1590ec10a744447ef8 (patch) | |
tree | 0142ae397c03322a65720bbf7268ed5e3f0b331e /cxx/include | |
parent | refactoring (diff) | |
download | aes-tools-c4d84751f2611bfd18b21f1590ec10a744447ef8.tar.gz aes-tools-c4d84751f2611bfd18b21f1590ec10a744447ef8.zip |
bugfix
Diffstat (limited to 'cxx/include')
-rw-r--r-- | cxx/include/aesnixx/aes.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cxx/include/aesnixx/aes.hpp b/cxx/include/aesnixx/aes.hpp index 358e24f..5d293ca 100644 --- a/cxx/include/aesnixx/aes.hpp +++ b/cxx/include/aesnixx/aes.hpp @@ -6,6 +6,8 @@ * See LICENSE.txt for details. */ +#pragma once + #include "algorithm.hpp" #include "data.hpp" #include "mode.hpp" @@ -14,8 +16,6 @@ #include <string> -#pragma once - namespace aesni { namespace aes |