summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHerbert Xu2015-05-11 11:48:11 +0200
committerHerbert Xu2015-05-13 04:31:46 +0200
commit53033d4d36b0299ef02e28155913414ec1089aac (patch)
tree5edaeea8dc6195460fcd332910e40d06eae97b31
parentcrypto: qat - Use crypto_aead_set_reqsize helper (diff)
downloadkernel-qcow2-linux-53033d4d36b0299ef02e28155913414ec1089aac.tar.gz
kernel-qcow2-linux-53033d4d36b0299ef02e28155913414ec1089aac.tar.xz
kernel-qcow2-linux-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>
-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 {