From: Herbert Xu Date: Tue, 1 Jan 2008 04:49:17 +0000 (+1100) Subject: [CRYPTO] xcbc: Remove bogus hash/cipher test X-Git-Tag: v2.6.25-rc1~1242^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=94765b9e4cba8e3c51c292338db16aa174894d30;p=pandora-kernel.git [CRYPTO] xcbc: Remove bogus hash/cipher test When setting the digest size xcbc tests to see if the underlying algorithm is a hash. This is silly because we don't allow it to be a hash and we've specifically requested for a cipher. This patch removes the bogus test. Signed-off-by: Herbert Xu --- Reading git-diff-tree failed