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

Commit 89081da5 authored by Herbert Xu's avatar Herbert Xu
Browse files

crypto: algif_aead - 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>
Acked-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 34ed9a35
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -13,6 +13,7 @@
 * any later version.
 */

#include <crypto/aead.h>
#include <crypto/scatterwalk.h>
#include <crypto/if_alg.h>
#include <linux/init.h>