From d5c19f54da7b2b26a958b6392546900b1399fc8e Mon Sep 17 00:00:00 2001 From: Herbert Xu Date: Thu, 10 Jul 2008 16:01:22 +0800 Subject: 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 --- crypto/hash.c | 1 + 1 file changed, 1 insertion(+) (limited to 'crypto/hash.c') diff --git a/crypto/hash.c b/crypto/hash.c index 140a7556..cb86b19f 100644 --- a/crypto/hash.c +++ b/crypto/hash.c @@ -9,6 +9,7 @@ * any later version. */ +#include #include #include #include -- cgit v1.2.3