lkml.org 
[lkml]   [2007]   [Jul]   [14]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
DateSat, 14 Jul 2007 06:53:50 +0200
FromAdrian Bunk <>
Subject[2.6 patch] crypto/Kconfig: remove "default m"s
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.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2007-07-14 06:57    [from the cache]
©2003-2008