diff options
author | Herbert Xu <herbert@gondor.apana.org.au> | 2015-05-11 05:47:44 -0400 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2015-05-12 22:31:30 -0400 |
commit | 5290b4283098820a3d28cd1bf72730a9bdeef031 (patch) | |
tree | a4298567619c159b683e57e3d4f3cc61bab4b9ef /drivers/crypto | |
parent | b579d42672b41dc7f1641df7790dfd906fee7aa8 (diff) |
crypto: ixp4xx - 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/ixp4xx_crypto.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/crypto/ixp4xx_crypto.c b/drivers/crypto/ixp4xx_crypto.c index 48f453555f1f..a8875b48759e 100644 --- a/drivers/crypto/ixp4xx_crypto.c +++ b/drivers/crypto/ixp4xx_crypto.c | |||
@@ -25,7 +25,7 @@ | |||
25 | #include <crypto/aes.h> | 25 | #include <crypto/aes.h> |
26 | #include <crypto/sha.h> | 26 | #include <crypto/sha.h> |
27 | #include <crypto/algapi.h> | 27 | #include <crypto/algapi.h> |
28 | #include <crypto/aead.h> | 28 | #include <crypto/internal/aead.h> |
29 | #include <crypto/authenc.h> | 29 | #include <crypto/authenc.h> |
30 | #include <crypto/scatterwalk.h> | 30 | #include <crypto/scatterwalk.h> |
31 | 31 | ||