aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/Kconfig
diff options
context:
space:
mode:
authorHerbert Xu <herbert@gondor.apana.org.au>2015-06-03 14:49:29 +0800
committerHerbert Xu <herbert@gondor.apana.org.au>2015-06-04 15:05:02 +0800
commit3491244c62988176cb8029c67aba0cfdf5d7793c (patch)
tree0e71fc8c4619dd1e3229d8e28f31021213afd114 /crypto/Kconfig
parentcrypto: drbg - Add stdrng alias and increase priority (diff)
downloadlinux-dev-3491244c62988176cb8029c67aba0cfdf5d7793c.tar.xz
linux-dev-3491244c62988176cb8029c67aba0cfdf5d7793c.zip
crypto: echainiv - Set Kconfig default to m
As this is required by many IPsec algorithms, let's set the default to m. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto/Kconfig')
-rw-r--r--crypto/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig
index 1bc7e0b85b5d..91018d9ec56e 100644
--- a/crypto/Kconfig
+++ b/crypto/Kconfig
@@ -244,6 +244,7 @@ config CRYPTO_ECHAINIV
select CRYPTO_AEAD
select CRYPTO_NULL
select CRYPTO_RNG
+ default m
help
This IV generator generates an IV based on the encryption of
a sequence number xored with a salt. This is the default