projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
81190b3
)
[CRYPTO] ctr: Remove default M
author
Sebastian Siewior
<sebastian@breakpoint.cc>
Thu, 8 Nov 2007 13:27:05 +0000
(21:27 +0800)
committer
Herbert 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
patch
|
blob
|
blame
|
history
diff --git
a/crypto/Kconfig
b/crypto/Kconfig
index 3f0bc0ed147da5bcf85dd3a358a06c496c276064..d9666e33a9f179568995d77231127b381b3d6c14 100644
(file)
--- 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.