Commit 3491244c authored by Herbert Xu's avatar Herbert Xu

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: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent 51ee1422
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment