summaryrefslogtreecommitdiff
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
commite3cf1c151f07de085311b372e0b290970f0faf6b (patch)
tree3c8ad22cc71647494198a2033a9020580d010783
parent16d6debce5e943ecceae5ed2b60a5e7fc7103a15 (diff)
downloadlinux-crypto-e3cf1c151f07de085311b372e0b290970f0faf6b.tar.gz
linux-crypto-e3cf1c151f07de085311b372e0b290970f0faf6b.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>
-rw-r--r--crypto/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig
index 1bc7e0b8..91018d9e 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