diff options
author | Herbert Xu <herbert@gondor.apana.org.au> | 2015-05-11 05:47:43 -0400 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2015-05-12 22:31:28 -0400 |
commit | b579d42672b41dc7f1641df7790dfd906fee7aa8 (patch) | |
tree | 44b12d034f6a79dde1bfdd4fc7fbf48806893bab /drivers/crypto | |
parent | 7fb2a4bdce6b609cf8df44f409b0b853ff39b585 (diff) |
crypto: caam - 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/caam/compat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/crypto/caam/compat.h b/drivers/crypto/caam/compat.h index acd7743e2603..f57f395db33f 100644 --- a/drivers/crypto/caam/compat.h +++ b/drivers/crypto/caam/compat.h | |||
@@ -32,7 +32,7 @@ | |||
32 | #include <crypto/des.h> | 32 | #include <crypto/des.h> |
33 | #include <crypto/sha.h> | 33 | #include <crypto/sha.h> |
34 | #include <crypto/md5.h> | 34 | #include <crypto/md5.h> |
35 | #include <crypto/aead.h> | 35 | #include <crypto/internal/aead.h> |
36 | #include <crypto/authenc.h> | 36 | #include <crypto/authenc.h> |
37 | #include <crypto/scatterwalk.h> | 37 | #include <crypto/scatterwalk.h> |
38 | #include <crypto/internal/skcipher.h> | 38 | #include <crypto/internal/skcipher.h> |