From: Benjamin Gilbert Date: Mon, 19 Oct 2009 03:58:55 +0000 (+0900) Subject: crypto: hash - Remove cra_u.{digest,hash} X-Git-Tag: v2.6.33-rc1~365^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ffd1be6779c86ebc2a1013f43fdcee8bdbba2b7;p=pandora-kernel.git crypto: hash - Remove cra_u.{digest,hash} Remove unused digest_alg and hash_alg structs from crypto_alg union and kill their definitions. This also ensures that old-style digest/hash algorithms maintained out of tree will break at build time rather than oopsing at runtime. Signed-off-by: Benjamin Gilbert Signed-off-by: Herbert Xu --- Reading git-diff-tree failed