Jelajahi Sumber

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>
Herbert Xu 10 tahun lalu
induk
melakukan
3491244c62
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  1. 1 0
      crypto/Kconfig

+ 1 - 0
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