diff options
author | Herbert Xu <herbert@gondor.apana.org.au> | 2015-05-11 05:47:46 -0400 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2015-05-12 22:31:32 -0400 |
commit | 0ed6264b60fc5b59dc0dc26a29139d9dcd759a67 (patch) | |
tree | 6ed9744c4b16523802c35480630715a60d41e42b /drivers/crypto | |
parent | 2d78db0935d183fcc1be02fe76d86e1594d99195 (diff) |
crypto: qat - 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/qat/qat_common/qat_algs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/crypto/qat/qat_common/qat_algs.c b/drivers/crypto/qat/qat_common/qat_algs.c index 1dc5b0a17cf7..070abcd0f2b3 100644 --- a/drivers/crypto/qat/qat_common/qat_algs.c +++ b/drivers/crypto/qat/qat_common/qat_algs.c | |||
@@ -47,7 +47,7 @@ | |||
47 | #include <linux/module.h> | 47 | #include <linux/module.h> |
48 | #include <linux/slab.h> | 48 | #include <linux/slab.h> |
49 | #include <linux/crypto.h> | 49 | #include <linux/crypto.h> |
50 | #include <crypto/aead.h> | 50 | #include <crypto/internal/aead.h> |
51 | #include <crypto/aes.h> | 51 | #include <crypto/aes.h> |
52 | #include <crypto/sha.h> | 52 | #include <crypto/sha.h> |
53 | #include <crypto/hash.h> | 53 | #include <crypto/hash.h> |