1
0
Fork 0

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>
hifive-unleashed-5.1
Herbert Xu 2015-05-11 17:48:11 +08:00
parent 97cacb9f7a
commit 53033d4d36
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@
#include <linux/crypto.h>
#include <linux/kernel.h>
#include <crypto/aead.h>
#include <crypto/hash.h>
struct cryptd_ablkcipher {