]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
crypto: authencesn - Include internal/aead.h
authorHerbert Xu <herbert@gondor.apana.org.au>
Mon, 11 May 2015 09:47:42 +0000 (17:47 +0800)
committerDhaval Giani <dhaval.giani@oracle.com>
Mon, 16 Jan 2017 19:43:08 +0000 (14:43 -0500)
All AEAD implementations must include internal/aead.h in order
to access required helpers.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
(cherry picked from commit 7fb2a4bdce6b609cf8df44f409b0b853ff39b585)

Orabug: 24614549

Signed-off-by: Ethan Zhao <ethan.zhao@oracle.com>
Signed-off-by: Dhaval Giani <dhaval.giani@oracle.com>
crypto/authencesn.c

index 024bff2344fcff9d0ae3af5c04b4a75280dd2d4a..91e2cc31086af6aaf245a40b833eb305d2d337a2 100644 (file)
@@ -12,7 +12,7 @@
  *
  */
 
-#include <crypto/aead.h>
+#include <crypto/internal/aead.h>
 #include <crypto/internal/hash.h>
 #include <crypto/internal/skcipher.h>
 #include <crypto/authenc.h>