From: Herbert Xu Date: Mon, 11 May 2015 09:47:49 +0000 (+0800) Subject: crypto: blkcipher - Include crypto/aead.h X-Git-Tag: v5.15~15621^2~205 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d1a2fd500cc7c90504df52017edbb9f1f7763449;p=platform%2Fkernel%2Flinux-starfive.git 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 --- diff --git a/crypto/blkcipher.c b/crypto/blkcipher.c index 0122bec..11b9814 100644 --- a/crypto/blkcipher.c +++ b/crypto/blkcipher.c @@ -14,6 +14,7 @@ * */ +#include #include #include #include