* [2.6 patch] crypto/Kconfig: remove "default m"s
@ 2007-07-14 4:53 Adrian Bunk
2007-07-17 12:31 ` Herbert Xu
0 siblings, 1 reply; 2+ messages in thread
From: Adrian Bunk @ 2007-07-14 4:53 UTC (permalink / raw)
To: herbert, davem; +Cc: linux-crypto, linux-kernel
Other options requiring specific block cipher algorithms already have
the appropriate select's.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
---
crypto/Kconfig | 3 ---
1 file changed, 3 deletions(-)
--- linux-2.6.22-rc6-mm1/crypto/Kconfig.old 2007-07-14 06:24:23.000000000 +0200
+++ linux-2.6.22-rc6-mm1/crypto/Kconfig 2007-07-14 06:24:30.000000000 +0200
@@ -146,7 +146,6 @@
tristate "ECB support"
select CRYPTO_BLKCIPHER
select CRYPTO_MANAGER
- default m
help
ECB: Electronic CodeBook mode
This is the simplest block cipher algorithm. It simply encrypts
@@ -156,7 +155,6 @@
tristate "CBC support"
select CRYPTO_BLKCIPHER
select CRYPTO_MANAGER
- default m
help
CBC: Cipher Block Chaining mode
This block cipher algorithm is required for IPSec.
@@ -165,7 +163,6 @@
tristate "PCBC support"
select CRYPTO_BLKCIPHER
select CRYPTO_MANAGER
- default m
help
PCBC: Propagating Cipher Block Chaining mode
This block cipher algorithm is required for RxRPC.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-07-17 12:32 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-14 4:53 [2.6 patch] crypto/Kconfig: remove "default m"s Adrian Bunk
2007-07-17 12:31 ` Herbert Xu
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox