aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHerbert Xu <herbert@gondor.apana.org.au>2015-05-11 05:47:49 -0400
committerHerbert Xu <herbert@gondor.apana.org.au>2015-05-12 22:31:34 -0400
commitd1a2fd500cc7c90504df52017edbb9f1f7763449 (patch)
treed193850c7246f38e4ef587d34774245443de5cd2
parente98014abd84884ba0c6db1320de87fac1529b47e (diff)
crypto: blkcipher - Include crypto/aead.h
All users of AEAD should include crypto/aead.h instead of include/linux/crypto.h. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
-rw-r--r--crypto/blkcipher.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/blkcipher.c b/crypto/blkcipher.c
index 0122bec38564..11b981492031 100644
--- a/crypto/blkcipher.c
+++ b/crypto/blkcipher.c
@@ -14,6 +14,7 @@
14 * 14 *
15 */ 15 */
16 16
17#include <crypto/aead.h>
17#include <crypto/internal/skcipher.h> 18#include <crypto/internal/skcipher.h>
18#include <crypto/scatterwalk.h> 19#include <crypto/scatterwalk.h>
19#include <linux/errno.h> 20#include <linux/errno.h>