From: Herbert Xu Date: Wed, 22 Apr 2015 07:06:31 +0000 (+0800) Subject: crypto: testmgr - Include crypto/aead.h X-Git-Tag: v4.2-rc1~160^2~239 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=1ce3311580515268504db929c3219e57927b9e6a;p=karo-tx-linux.git crypto: testmgr - Include crypto/aead.h All users of AEAD should include crypto/aead.h instead of include/linux/crypto.h. Signed-off-by: Herbert Xu Acked-by: David S. Miller --- diff --git a/crypto/testmgr.c b/crypto/testmgr.c index 18b7d49d1ca0..d4639789de3a 100644 --- a/crypto/testmgr.c +++ b/crypto/testmgr.c @@ -20,6 +20,7 @@ * */ +#include #include #include #include