From: Herbert Xu Date: Mon, 11 May 2015 09:47:41 +0000 (+0800) Subject: crypto: authenc - Include internal/aead.h X-Git-Tag: firefly_0821_release~176^2~1617^2~212 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=68acbf843c1c6f11e4e534b5df33517e8870b55a;p=firefly-linux-kernel-4.4.55.git crypto: authenc - Include internal/aead.h All AEAD implementations must include internal/aead.h in order to access required helpers. Signed-off-by: Herbert Xu --- diff --git a/crypto/authenc.c b/crypto/authenc.c index 78fb16cab13f..325f37abd339 100644 --- a/crypto/authenc.c +++ b/crypto/authenc.c @@ -10,7 +10,7 @@ * */ -#include +#include #include #include #include