dect
/
linux-2.6
Archived
13
0
Fork 0

[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>
This commit is contained in:
Sebastian Siewior 2007-11-08 21:27:05 +08:00 committed by Herbert Xu
parent 81190b3215
commit b345cee90a
1 changed files with 0 additions and 1 deletions

View 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.