1
0
Fork 0

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>
hifive-unleashed-5.1
Herbert Xu 2015-06-03 14:49:29 +08:00
parent 51ee142274
commit 3491244c62
1 changed files with 1 additions and 0 deletions

View File

@ -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