diff options
author | Sebastian Siewior <sebastian@breakpoint.cc> | 2007-11-08 08:27:05 -0500 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2008-01-10 16:16:10 -0500 |
commit | b345cee90a3ffec5eca6d6c1c59bd0d1feb453d4 (patch) | |
tree | cde9360657a6956476ac30107cd0c13d389bb8a9 /crypto/Kconfig | |
parent | 81190b321548bb0bf2d6e1f172695275b0fd1363 (diff) |
[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/Kconfig | 1 |
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 | |||
199 | tristate "CTR support" | 199 | tristate "CTR support" |
200 | select CRYPTO_BLKCIPHER | 200 | select CRYPTO_BLKCIPHER |
201 | select CRYPTO_MANAGER | 201 | select CRYPTO_MANAGER |
202 | default m | ||
203 | help | 202 | help |
204 | CTR: Counter mode | 203 | CTR: Counter mode |
205 | This block cipher algorithm is required for IPSec. | 204 | This block cipher algorithm is required for IPSec. |