Browse Source

[CRYPTO] ctr: Remove default M

NO other block mode is M by default.

Signed-off-by: Sebastian Siewior <sebastian@breakpoint.cc>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Sebastian Siewior 17 years ago
parent
commit
b345cee90a
1 changed files with 0 additions and 1 deletions
  1. 0 1
      crypto/Kconfig

+ 0 - 1
crypto/Kconfig

@@ -199,7 +199,6 @@ config CRYPTO_CTR
 	tristate "CTR support"
 	tristate "CTR support"
 	select CRYPTO_BLKCIPHER
 	select CRYPTO_BLKCIPHER
 	select CRYPTO_MANAGER
 	select CRYPTO_MANAGER
-	default m
 	help
 	help
 	  CTR: Counter mode
 	  CTR: Counter mode
 	  This block cipher algorithm is required for IPSec.
 	  This block cipher algorithm is required for IPSec.