summaryrefslogtreecommitdiff
path: root/crypto/Kconfig
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
commitb7af911276da3efe838cc5505b6469fbe67e60c5 (patch)
treeb4130b21906227222e318c6f98482e6626aefb7d /crypto/Kconfig
parent3ad61ba54bcd194c362a33649793c692dcb0e8ab (diff)
downloadlinux-crypto-b7af911276da3efe838cc5505b6469fbe67e60c5.tar.gz
linux-crypto-b7af911276da3efe838cc5505b6469fbe67e60c5.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/Kconfig')
-rw-r--r--crypto/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig
index 3f0bc0ed..d9666e33 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.