aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHerbert Xu <herbert@gondor.apana.org.au>2015-05-11 17:48:11 +0800
committerHerbert Xu <herbert@gondor.apana.org.au>2015-05-13 10:31:46 +0800
commit53033d4d36b0299ef02e28155913414ec1089aac (patch)
tree5edaeea8dc6195460fcd332910e40d06eae97b31 /include
parentcrypto: qat - Use crypto_aead_set_reqsize helper (diff)
downloadlinux-dev-53033d4d36b0299ef02e28155913414ec1089aac.tar.xz
linux-dev-53033d4d36b0299ef02e28155913414ec1089aac.zip
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')
-rw-r--r--include/crypto/cryptd.h1
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 @@
#include <linux/crypto.h>
#include <linux/kernel.h>
+#include <crypto/aead.h>
#include <crypto/hash.h>
struct cryptd_ablkcipher {