diff options
author | Herbert Xu <herbert@gondor.apana.org.au> | 2015-05-11 05:47:48 -0400 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2015-05-12 22:31:33 -0400 |
commit | e98014abd84884ba0c6db1320de87fac1529b47e (patch) | |
tree | 57eb9088c9cd3643c0c96a5b61669a64eeaddd58 /drivers/crypto | |
parent | 0ed6264b60fc5b59dc0dc26a29139d9dcd759a67 (diff) |
crypto: talitos - 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 'drivers/crypto')
-rw-r--r-- | drivers/crypto/talitos.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/crypto/talitos.c b/drivers/crypto/talitos.c index c04074d08461..4c0778b03de6 100644 --- a/drivers/crypto/talitos.c +++ b/drivers/crypto/talitos.c | |||
@@ -46,7 +46,7 @@ | |||
46 | #include <crypto/des.h> | 46 | #include <crypto/des.h> |
47 | #include <crypto/sha.h> | 47 | #include <crypto/sha.h> |
48 | #include <crypto/md5.h> | 48 | #include <crypto/md5.h> |
49 | #include <crypto/aead.h> | 49 | #include <crypto/internal/aead.h> |
50 | #include <crypto/authenc.h> | 50 | #include <crypto/authenc.h> |
51 | #include <crypto/skcipher.h> | 51 | #include <crypto/skcipher.h> |
52 | #include <crypto/hash.h> | 52 | #include <crypto/hash.h> |