Commit 53033d4d authored by Herbert Xu's avatar Herbert Xu

crypto: cryptd - Add missing aead.h inclusion

cryptd.h needs to include crypto/aead.h because it uses crypto_aead.
Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent 97cacb9f
......@@ -14,6 +14,7 @@
#include <linux/crypto.h>
#include <linux/kernel.h>
#include <crypto/aead.h>
#include <crypto/hash.h>
struct cryptd_ablkcipher {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment