summaryrefslogtreecommitdiff
path: root/crypto/tcrypt.c
diff options
context:
space:
mode:
authorHerbert Xu <herbert@gondor.apana.org.au>2008-07-10 16:01:22 +0800
committerHerbert Xu <herbert@gondor.apana.org.au>2008-07-10 20:35:18 +0800
commitd5c19f54da7b2b26a958b6392546900b1399fc8e (patch)
tree482c1a23b740e46603a8673623fc7791d91ac6b6 /crypto/tcrypt.c
parent636cbb5c38a3c4a7afcad19aae8221e59f8f5783 (diff)
downloadlinux-crypto-d5c19f54da7b2b26a958b6392546900b1399fc8e.tar.gz
linux-crypto-d5c19f54da7b2b26a958b6392546900b1399fc8e.zip
crypto: hash - Move ahash functions into crypto/hash.h
All new crypto interfaces should go into individual files as much as possible in order to ensure that crypto.h does not collapse under its own weight. This patch moves the ahash code into crypto/hash.h and crypto/internal/hash.h respectively. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to '')
-rw-r--r--crypto/tcrypt.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/tcrypt.c b/crypto/tcrypt.c
index 87f08f9b..59821a22 100644
--- a/crypto/tcrypt.c
+++ b/crypto/tcrypt.c
@@ -15,6 +15,7 @@
*
*/
+#include <crypto/hash.h>
#include <linux/err.h>
#include <linux/init.h>
#include <linux/module.h>