* [patch] crypto: cryptoloop requires CBC
@ 2006-12-02 4:39 Chuck Ebbert
2006-12-02 6:51 ` [stable] " Chris Wright
0 siblings, 1 reply; 2+ messages in thread
From: Chuck Ebbert @ 2006-12-02 4:39 UTC (permalink / raw)
To: linux-kernel; +Cc: Herbert Xu, linux-stable
Kernel builds but cryptoloop won't work without CBC crypto
algorithm in kernel 2.6.19.
Signed-off-by: Chuck Ebbert <76306.1226@compuserve.com>
--- 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."
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [stable] [patch] crypto: cryptoloop requires CBC
2006-12-02 4:39 [patch] crypto: cryptoloop requires CBC Chuck Ebbert
@ 2006-12-02 6:51 ` Chris Wright
0 siblings, 0 replies; 2+ messages in thread
From: Chris Wright @ 2006-12-02 6:51 UTC (permalink / raw)
To: Chuck Ebbert; +Cc: linux-kernel, Herbert Xu, linux-stable
* Chuck Ebbert (76306.1226@compuserve.com) 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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-12-02 6:48 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-12-02 4:39 [patch] crypto: cryptoloop requires CBC Chuck Ebbert
2006-12-02 6:51 ` [stable] " Chris Wright
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome