aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/aesni/all.h
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2015-06-17 18:29:40 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2015-06-17 18:29:40 +0300
commit0651133db30c0932877780c2f98901e4ca1072e1 (patch)
tree2b87823b4b9f4b5a75affa4b1606abb06a598c97 /include/aesni/all.h
parentfactor out 128-bit XORing (diff)
downloadaes-tools-0651133db30c0932877780c2f98901e4ca1072e1.tar.gz
aes-tools-0651133db30c0932877780c2f98901e4ca1072e1.zip
refactoring
Diffstat (limited to '')
-rw-r--r--include/aesni/all.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/aesni/all.h b/include/aesni/all.h
index 70f5e7e..26f7a41 100644
--- a/include/aesni/all.h
+++ b/include/aesni/all.h
@@ -15,11 +15,10 @@
* \defgroup aesni AesNI
*/
+#include "aes.h"
#include "algorithm.h"
-#include "block.h"
#include "box.h"
#include "buffer.h"
#include "data.h"
#include "error.h"
#include "mode.h"
-#include "raw.h"