summaryrefslogtreecommitdiff
path: root/crypto/tcrypt.c
diff options
context:
space:
mode:
authorHerbert Xu <herbert@gondor.apana.org.au>2015-04-22 15:06:30 +0800
committerHerbert Xu <herbert@gondor.apana.org.au>2015-04-23 14:18:11 +0800
commit57cd025b36a5b600163a2d8f01dfee76113cb780 (patch)
tree7cfc61bb929deaa0de6683f511985d48c674a42d /crypto/tcrypt.c
parent181115df26bc9a2f2c7aaba773ae73f071d3ca35 (diff)
downloadlinux-crypto-57cd025b36a5b600163a2d8f01dfee76113cb780.tar.gz
linux-crypto-57cd025b36a5b600163a2d8f01dfee76113cb780.zip
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>
Diffstat (limited to 'crypto/tcrypt.c')
-rw-r--r--crypto/tcrypt.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/tcrypt.c b/crypto/tcrypt.c
index 22cdd61e..2bff6130 100644
--- a/crypto/tcrypt.c
+++ b/crypto/tcrypt.c
@@ -22,6 +22,7 @@
*
*/
+#include <crypto/aead.h>
#include <crypto/hash.h>
#include <linux/err.h>
#include <linux/fips.h>