diff options
author | Herbert Xu <herbert@gondor.apana.org.au> | 2015-04-22 10:06:30 +0300 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2015-04-23 09:18:11 +0300 |
commit | 1ce5a04d9f3e8f1f25aa1d6da8612bfeeca7b306 (patch) | |
tree | 2ac0934cb47e6f2e1afd8a7ca377efccb97fa493 /crypto/tcrypt.c | |
parent | 89081da51de3d0ffaef5b3a05fcdb7cc13bb5a61 (diff) | |
download | linux-1ce5a04d9f3e8f1f25aa1d6da8612bfeeca7b306.tar.xz |
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.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/tcrypt.c b/crypto/tcrypt.c index 22cdd61e6cec..2bff6130d806 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> |