From: Herbert Xu Date: Mon, 11 May 2015 09:47:42 +0000 (+0800) Subject: crypto: authencesn - Include internal/aead.h X-Git-Tag: v4.1.12-92~24^2~100 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=5ea49529fc18adf4cc5e0424de2f70c5b5f050b0;p=users%2Fjedix%2Flinux-maple.git crypto: authencesn - 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 7fb2a4bdce6b609cf8df44f409b0b853ff39b585) Orabug: 24614549 Signed-off-by: Ethan Zhao Signed-off-by: Dhaval Giani --- diff --git a/crypto/authencesn.c b/crypto/authencesn.c index 024bff2344fcf..91e2cc31086af 100644 --- a/crypto/authencesn.c +++ b/crypto/authencesn.c @@ -12,7 +12,7 @@ * */ -#include +#include #include #include #include