2006-12-02 04:46:51

by Chuck Ebbert

[permalink] [raw]
Subject: [patch] crypto: cryptoloop requires CBC

Kernel builds but cryptoloop won't work without CBC crypto
algorithm in kernel 2.6.19.

Signed-off-by: Chuck Ebbert <[email protected]>

--- 2.6.19-32.orig/drivers/block/Kconfig
+++ 2.6.19-32/drivers/block/Kconfig
@@ -305,6 +305,7 @@ config BLK_DEV_LOOP
config BLK_DEV_CRYPTOLOOP
tristate "Cryptoloop Support"
select CRYPTO
+ select CRYPTO_CBC
depends on BLK_DEV_LOOP
---help---
Say Y here if you want to be able to use the ciphers that are
--
Chuck
"Even supernovas have their duller moments."


2006-12-02 06:48:40

by Chris Wright

[permalink] [raw]
Subject: Re: [stable] [patch] crypto: cryptoloop requires CBC

* Chuck Ebbert ([email protected]) wrote:
> Kernel builds but cryptoloop won't work without CBC crypto
> algorithm in kernel 2.6.19.

Thanks, Herbert sent that already (both to stable and in his
git pull request to Linus).

-chris