From: Herbert Xu Date: Mon, 11 May 2015 09:47:41 +0000 (+0800) Subject: crypto: authenc - Include internal/aead.h X-Git-Tag: v4.1.12-92~24^2~101 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=cf71870186a6331a0a03e4ccd15578d7982efb35;p=users%2Fjedix%2Flinux-maple.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 (cherry picked from commit 68acbf843c1c6f11e4e534b5df33517e8870b55a) Orabug: 24614549 Signed-off-by: Ethan Zhao Signed-off-by: Dhaval Giani --- diff --git a/crypto/authenc.c b/crypto/authenc.c index 78fb16cab13f9..325f37abd3396 100644 --- a/crypto/authenc.c +++ b/crypto/authenc.c @@ -10,7 +10,7 @@ * */ -#include +#include #include #include #include