From: Herbert Xu Date: Thu, 10 Jul 2008 08:01:22 +0000 (+0800) Subject: crypto: hash - Move ahash functions into crypto/hash.h X-Git-Tag: v2.6.27-rc1~1107^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=18e33e6d5cc0495826f5245777cd267732815e01;p=pandora-kernel.git 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 --- Reading git-diff-tree failed