summaryrefslogtreecommitdiff
path: root/crypto
diff options
context:
space:
mode:
authorCorentin LABBE <clabbe.montjoie@gmail.com>2016-08-31 14:02:57 +0200
committerHerbert Xu <herbert@gondor.apana.org.au>2016-09-07 21:08:26 +0800
commit3673622cc5f31b73a19094cfab5ef2da127d2390 (patch)
tree5524b26f1a3a1d1957644e8b79a82a288faf89e4 /crypto
parent804f3c722a462138f5e56a74a4d21616d4275ab8 (diff)
downloadlinux-crypto-3673622cc5f31b73a19094cfab5ef2da127d2390.tar.gz
linux-crypto-3673622cc5f31b73a19094cfab5ef2da127d2390.zip
crypto: engine - move crypto engine to its own header
This patch move the whole crypto engine API to its own header crypto/engine.h. Signed-off-by: Corentin Labbe <clabbe.montjoie@gmail.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto')
-rw-r--r--crypto/crypto_engine.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/crypto_engine.c b/crypto/crypto_engine.c
index a55c82dd..795b6f94 100644
--- a/crypto/crypto_engine.c
+++ b/crypto/crypto_engine.c
@@ -14,6 +14,7 @@
#include <linux/err.h>
#include <linux/delay.h>
+#include <crypto/engine.h>
#include "internal.h"
#define CRYPTO_ENGINE_MAX_QLEN 10