Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -14,6 +14,7 @@

#include <linux/crypto.h>
#include <linux/kernel.h>
#include <crypto/aead.h>
#include <crypto/hash.h>

struct cryptd_ablkcipher {