From: Herbert Xu Date: Fri, 14 Jul 2006 00:42:27 +0000 (+1000) Subject: [CRYPTO] cipher: Removed special IV checks for ECB X-Git-Tag: v2.6.19-rc1~1297^2~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=df89820ebd5bbf4f3c6b5f8ee7d9e983107f6a91;p=pandora-kernel.git [CRYPTO] cipher: Removed special IV checks for ECB This patch makes IV operations on ECB fail through nocrypt_iv rather than calling BUG(). This is needed to generalise CBC/ECB using the template mechanism. Signed-off-by: Herbert Xu --- Reading git-diff-tree failed