[CRYPTO] ctr: Remove default M
authorSebastian Siewior <sebastian@breakpoint.cc>
Thu, 8 Nov 2007 13:27:05 +0000 (21:27 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 10 Jan 2008 21:16:10 +0000 (08:16 +1100)
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>
crypto/Kconfig

index 3f0bc0e..d9666e3 100644 (file)
@@ -199,7 +199,6 @@ config CRYPTO_CTR
        tristate "CTR support"
        select CRYPTO_BLKCIPHER
        select CRYPTO_MANAGER
-       default m
        help
          CTR: Counter mode
          This block cipher algorithm is required for IPSec.