From 567200b8fba50573de44bc6f4e71572bb8c5e987 Mon Sep 17 00:00:00 2001 From: Matt Mackall Date: Mon, 7 Mar 2005 18:14:22 -0800 Subject: [PATCH] random: Kill duplicate halfmd4 in ext3 htree Replace duplicate halfMD4 code with call to lib/ Signed-off-by: Matt Mackall Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- include/linux/cryptohash.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/linux') diff --git a/include/linux/cryptohash.h b/include/linux/cryptohash.h index 7d9e3576dfed..c118b2ad9807 100644 --- a/include/linux/cryptohash.h +++ b/include/linux/cryptohash.h @@ -7,6 +7,6 @@ void sha_init(__u32 *buf); void sha_transform(__u32 *digest, const char *data, __u32 *W); -__u32 half_md4_transform(__u32 const buf[4], __u32 const in[8]); +__u32 half_md4_transform(__u32 buf[4], __u32 const in[8]); #endif -- cgit v1.2.3