From: Herbert Xu Date: Sat, 23 Feb 2008 03:12:06 +0000 (+0800) Subject: [CRYPTO] skcipher: Move chainiv/seqiv into crypto_blkcipher module X-Git-Tag: v2.6.25-rc5~19^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=76fc60a2e3c6aa6e98cd3a5cb81a1855c637b274;p=pandora-kernel.git [CRYPTO] skcipher: Move chainiv/seqiv into crypto_blkcipher module 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 --- Reading git-diff-tree failed