summaryrefslogtreecommitdiff
path: root/crypto/Kconfig
diff options
context:
space:
mode:
authorHerbert Xu <herbert@gondor.apana.org.au>2015-08-17 20:39:40 +0800
committerHerbert Xu <herbert@gondor.apana.org.au>2015-08-17 21:02:39 +0800
commit3998613a7daabc01a557be3cbd959bd4186ecdaf (patch)
treea49c71781f031bb7211e69b717b3b1678d1f4e6f /crypto/Kconfig
parent727764858c4294cb044f97475d17dae09cf90b39 (diff)
downloadlinux-crypto-3998613a7daabc01a557be3cbd959bd4186ecdaf.tar.gz
linux-crypto-3998613a7daabc01a557be3cbd959bd4186ecdaf.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: 0a48ecdaabf1 ("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/Kconfig')
-rw-r--r--crypto/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig
index 0e35889e..b582ea7f 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