mirror of
https://github.com/genesi/linux-legacy.git
synced 2026-08-15 04:09:26 +00:00
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 <herbert@gondor.apana.org.au>