diff options
author | Herbert Xu <herbert@gondor.apana.org.au> | 2015-05-11 17:47:44 +0800 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2015-05-13 10:31:30 +0800 |
commit | 5290b4283098820a3d28cd1bf72730a9bdeef031 (patch) | |
tree | a4298567619c159b683e57e3d4f3cc61bab4b9ef /drivers | |
parent | b579d42672b41dc7f1641df7790dfd906fee7aa8 (diff) | |
download | linux-stable-5290b4283098820a3d28cd1bf72730a9bdeef031.tar.gz linux-stable-5290b4283098820a3d28cd1bf72730a9bdeef031.tar.bz2 linux-stable-5290b4283098820a3d28cd1bf72730a9bdeef031.zip |
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')
-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 @@ #include <crypto/aes.h> #include <crypto/sha.h> #include <crypto/algapi.h> -#include <crypto/aead.h> +#include <crypto/internal/aead.h> #include <crypto/authenc.h> #include <crypto/scatterwalk.h> |