aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorSebastian Siewior <sebastian@breakpoint.cc>2007-11-08 21:27:05 +0800
committerHerbert Xu <herbert@gondor.apana.org.au>2008-01-11 08:16:10 +1100
commitb345cee90a3ffec5eca6d6c1c59bd0d1feb453d4 (patch)
treecde9360657a6956476ac30107cd0c13d389bb8a9 /crypto
parent[CRYPTO] aes-x86-64: Remove setkey (diff)
downloadlinux-dev-b345cee90a3ffec5eca6d6c1c59bd0d1feb453d4.tar.xz
linux-dev-b345cee90a3ffec5eca6d6c1c59bd0d1feb453d4.zip
[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>
Diffstat (limited to 'crypto')
-rw-r--r--crypto/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig
index 3f0bc0ed147d..d9666e33a9f1 100644
--- a/crypto/Kconfig
+++ b/crypto/Kconfig
@@ -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.