[CRYPTO] skcipher: Move chainiv/seqiv into crypto_blkcipher module
authorHerbert Xu <herbert@gondor.apana.org.au>
Sat, 23 Feb 2008 03:12:06 +0000 (11:12 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Sat, 23 Feb 2008 03:12:06 +0000 (11:12 +0800)
For compatibility with dm-crypt initramfs setups it is useful to merge
chainiv/seqiv into the crypto_blkcipher module.  Since they're required
by most algorithms anyway this is an acceptable trade-off.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>

No differences found