aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/aesni/all.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/aesni/all.h')
-rw-r--r--include/aesni/all.h26
1 files changed, 0 insertions, 26 deletions
diff --git a/include/aesni/all.h b/include/aesni/all.h
deleted file mode 100644
index bbea6f9..0000000
--- a/include/aesni/all.h
+++ /dev/null
@@ -1,26 +0,0 @@
-/**
- * \file
- * \author Egor Tensin <Egor.Tensin@gmail.com>
- * \date 2015
- * \copyright This file is licensed under the terms of the MIT License.
- * See LICENSE.txt for details.
- *
- * \brief Include this file to use the library. Includes all the other header
- * files.
- */
-
-#pragma once
-
-/**
- * \defgroup aesni AesNI
- */
-
-#include "aes.h"
-#include "algorithm.h"
-#include "box.h"
-#include "box_aes.h"
-#include "box_data.h"
-#include "data.h"
-#include "error.h"
-#include "mode.h"
-#include "padding.h"