summaryrefslogtreecommitdiff
path: root/crypto/Kconfig
diff options
context:
space:
mode:
authorHerbert Xu <herbert@gondor.apana.org.au>2008-11-08 08:09:56 +0800
committerHerbert Xu <herbert@gondor.apana.org.au>2008-12-25 11:02:07 +1100
commit6db70bfadb59933b6ffb70292b636bb0cc590b59 (patch)
treeac757ed4724b2a351eac9e8a7e44234236b35d86 /crypto/Kconfig
parentde41acc41832b97f60a599331d4501cb8e989c1c (diff)
downloadlinux-crypto-6db70bfadb59933b6ffb70292b636bb0cc590b59.tar.gz
linux-crypto-6db70bfadb59933b6ffb70292b636bb0cc590b59.zip
crypto: null - Switch to shash
This patch changes digest_null to the new shash interface. 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 aede8024..359a7c24 100644
--- a/crypto/Kconfig
+++ b/crypto/Kconfig
@@ -102,6 +102,7 @@ config CRYPTO_NULL
tristate "Null algorithms"
select CRYPTO_ALGAPI
select CRYPTO_BLKCIPHER
+ select CRYPTO_HASH
help
These are 'Null' algorithms, used by IPsec, which do nothing.