diff options
author | Herbert Xu <herbert@gondor.apana.org.au> | 2015-05-11 05:48:11 -0400 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2015-05-12 22:31:46 -0400 |
commit | 53033d4d36b0299ef02e28155913414ec1089aac (patch) | |
tree | 5edaeea8dc6195460fcd332910e40d06eae97b31 /include/crypto | |
parent | 97cacb9f7a1e7502e7e8e7964b00dc191be565eb (diff) |
crypto: cryptd - Add missing aead.h inclusion
cryptd.h needs to include crypto/aead.h because it uses crypto_aead.
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'include/crypto')
-rw-r--r-- | include/crypto/cryptd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/crypto/cryptd.h b/include/crypto/cryptd.h index ba98918bbd9b..1547f540c920 100644 --- a/include/crypto/cryptd.h +++ b/include/crypto/cryptd.h | |||
@@ -14,6 +14,7 @@ | |||
14 | 14 | ||
15 | #include <linux/crypto.h> | 15 | #include <linux/crypto.h> |
16 | #include <linux/kernel.h> | 16 | #include <linux/kernel.h> |
17 | #include <crypto/aead.h> | ||
17 | #include <crypto/hash.h> | 18 | #include <crypto/hash.h> |
18 | 19 | ||
19 | struct cryptd_ablkcipher { | 20 | struct cryptd_ablkcipher { |