1
0
Fork 0

crypto: tcrypt - Include crypto/aead.h

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

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Acked-by: David S. Miller <davem@davemloft.net>
hifive-unleashed-5.1
Herbert Xu 2015-04-22 15:06:30 +08:00
parent 89081da51d
commit 1ce5a04d9f
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@
*
*/
#include <crypto/aead.h>
#include <crypto/hash.h>
#include <linux/err.h>
#include <linux/fips.h>