Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[CRYPTO] dm-crypt: Select CRYPTO_CBC

As CBC is the default chaining method for cryptoloop, we should select
it from cryptoloop to ease the transition. Spotted by Rene Herman.

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

authored by

Herbert Xu and committed by
Linus Torvalds
3263263f 0258736a

+1
+1
drivers/md/Kconfig
··· 215 215 tristate "Crypt target support" 216 216 depends on BLK_DEV_DM && EXPERIMENTAL 217 217 select CRYPTO 218 + select CRYPTO_CBC 218 219 ---help--- 219 220 This device-mapper target allows you to create a device that 220 221 transparently encrypts the data on it. You'll need to activate