diff options
author | Herbert Xu <herbert@gondor.apana.org.au> | 2015-08-17 14:39:40 +0200 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2015-08-17 15:02:39 +0200 |
commit | dd43c4e92fbb135dcbf02845578db60be56a453a (patch) | |
tree | 13bd9f182ed0ab1282213714dbc2f433676a6248 /crypto | |
parent | crypto: nx - Add forward declaration for struct crypto_aead (diff) | |
download | linux-dd43c4e92fbb135dcbf02845578db60be56a453a.tar.xz linux-dd43c4e92fbb135dcbf02845578db60be56a453a.zip |
crypto: null - Add missing Kconfig tristate for NULL2
This patch adds a missing tristate statement to Kconfig for the
new CRYPTO_NULL2 option.
Fixes: 149a39717dcc ("crypto: aead - Add type-safe geniv init/exit helpers")
Reported-by: Stephan Mueller <smueller@chronox.de>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto')
-rw-r--r-- | crypto/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig index 0e35889e1662..b582ea7f78d3 100644 --- a/crypto/Kconfig +++ b/crypto/Kconfig @@ -157,6 +157,7 @@ config CRYPTO_NULL These are 'Null' algorithms, used by IPsec, which do nothing. config CRYPTO_NULL2 + tristate select CRYPTO_ALGAPI2 select CRYPTO_BLKCIPHER2 select CRYPTO_HASH2 |