summaryrefslogtreecommitdiffstats
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
commitd35d2454ce2175be77d2a366c2648597fd33a98f (patch)
treea89dacb5c41124c6dea8d23f0642ebaab7e3303f /crypto/Kconfig
parent3751f402e099893c34089ed303dca6f5f92dbfd1 (diff)
downloadop-kernel-dev-d35d2454ce2175be77d2a366c2648597fd33a98f.zip
op-kernel-dev-d35d2454ce2175be77d2a366c2648597fd33a98f.tar.gz
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 aede802..359a7c2 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.
OpenPOWER on IntegriCloud