aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/crypto/blkcipher.c
diff options
context:
space:
mode:
authorHerbert Xu <herbert@gondor.apana.org.au>2015-05-11 17:47:49 +0800
committerHerbert Xu <herbert@gondor.apana.org.au>2015-05-13 10:31:34 +0800
commitd1a2fd500cc7c90504df52017edbb9f1f7763449 (patch)
treed193850c7246f38e4ef587d34774245443de5cd2 /crypto/blkcipher.c
parentcrypto: talitos - Include internal/aead.h (diff)
downloadwireguard-linux-d1a2fd500cc7c90504df52017edbb9f1f7763449.tar.xz
wireguard-linux-d1a2fd500cc7c90504df52017edbb9f1f7763449.zip
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>
Diffstat (limited to 'crypto/blkcipher.c')
-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 @@
*
*/
+#include <crypto/aead.h>
#include <crypto/internal/skcipher.h>
#include <crypto/scatterwalk.h>
#include <linux/errno.h>