From 5bf2a67315619b449ce641b9a4084be639785a7b Mon Sep 17 00:00:00 2001 From: Herbert Xu Date: Mon, 11 May 2015 17:47:42 +0800 Subject: 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 --- crypto/authencesn.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto') diff --git a/crypto/authencesn.c b/crypto/authencesn.c index 024bff23..91e2cc31 100644 --- a/crypto/authencesn.c +++ b/crypto/authencesn.c @@ -12,7 +12,7 @@ * */ -#include +#include #include #include #include -- cgit v1.2.3