aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/authenc.c
diff options
context:
space:
mode:
authorHerbert Xu <herbert@gondor.apana.org.au>2015-05-11 05:47:41 -0400
committerHerbert Xu <herbert@gondor.apana.org.au>2015-05-12 22:31:26 -0400
commit68acbf843c1c6f11e4e534b5df33517e8870b55a (patch)
treed976aa05d5afd0b4fe2e2e2534c5e10f880b2098 /crypto/authenc.c
parentd6ef2f198d4c9d95b77ee4918b97fc8a53c8a7b7 (diff)
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 @@
10 * 10 *
11 */ 11 */
12 12
13#include <crypto/aead.h> 13#include <crypto/internal/aead.h>
14#include <crypto/internal/hash.h> 14#include <crypto/internal/hash.h>
15#include <crypto/internal/skcipher.h> 15#include <crypto/internal/skcipher.h>
16#include <crypto/authenc.h> 16#include <crypto/authenc.h>