aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/authenc.c
diff options
context:
space:
mode:
authorHerbert Xu <herbert@gondor.apana.org.au>2015-05-11 17:47:41 +0800
committerHerbert Xu <herbert@gondor.apana.org.au>2015-05-13 10:31:26 +0800
commit68acbf843c1c6f11e4e534b5df33517e8870b55a (patch)
treed976aa05d5afd0b4fe2e2e2534c5e10f880b2098 /crypto/authenc.c
parentcrypto: api - Add crypto_grab_spawn primitive (diff)
downloadlinux-dev-68acbf843c1c6f11e4e534b5df33517e8870b55a.tar.xz
linux-dev-68acbf843c1c6f11e4e534b5df33517e8870b55a.zip
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 <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto/authenc.c')
-rw-r--r--crypto/authenc.c2
1 files changed, 1 insertions, 1 deletions
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 <crypto/aead.h>
+#include <crypto/internal/aead.h>
#include <crypto/internal/hash.h>
#include <crypto/internal/skcipher.h>
#include <crypto/authenc.h>