]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mac802154: Include crypto/aead.h
authorHerbert Xu <herbert@gondor.apana.org.au>
Wed, 22 Apr 2015 07:06:33 +0000 (15:06 +0800)
committerDhaval Giani <dhaval.giani@oracle.com>
Mon, 16 Jan 2017 19:43:05 +0000 (14:43 -0500)
commitd535d86805fee2a4a5568842eedb0e972feadcc2
treeefd35fd15feb5291efed95c9784965ebabf1519d
parentf5a72f5be8eecfead1e2fd59f7e34c596f220454
mac802154: Include crypto/aead.h

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

This patch also removes a bogus inclusion of algapi.h which should
only be used by algorithm/driver implementors and not crypto users.

Instead linux/crypto.h is added which is necessary because mac802154
also uses blkcipher in addition to aead.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Acked-by: David S. Miller <davem@davemloft.net>
(cherry picked from commit 8a1a2b717e0d4d5f3e3bb59b7dee5079a15ab24b)

Orabug: 24614549

Signed-off-by: Ethan Zhao <ethan.zhao@oracle.com>
Signed-off-by: Dhaval Giani <dhaval.giani@oracle.com>
net/mac802154/llsec.c