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

Commit d1a2fd50 authored by Herbert Xu's avatar Herbert Xu
Browse files

crypto: blkcipher - Include crypto/aead.h



All users of AEAD should include crypto/aead.h instead of
include/linux/crypto.h.

Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent e98014ab
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -14,6 +14,7 @@
 *
 */

#include <crypto/aead.h>
#include <crypto/internal/skcipher.h>
#include <crypto/scatterwalk.h>
#include <linux/errno.h>