diff options
author | Corentin LABBE <clabbe.montjoie@gmail.com> | 2016-08-31 14:02:57 +0200 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2016-09-07 21:08:26 +0800 |
commit | 2589ad84047f1dbed741b48785680b152db2e5db (patch) | |
tree | 3e621205912912c5dd2bb7d9a2d4e1d89cc186bc /crypto | |
parent | 1548a37da044aa123492638e61283a23cb4b475d (diff) | |
download | linux-2589ad84047f1dbed741b48785680b152db2e5db.tar.bz2 |
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.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/crypto_engine.c b/crypto/crypto_engine.c index a55c82dd48ef..795b6f9412ba 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 |