summaryrefslogtreecommitdiffstats
path: root/crypto/Kconfig
diff options
context:
space:
mode:
authorAdrian-Ken Rueegsegger <ken@codelabs.ch>2008-12-03 19:57:12 +0800
committerHerbert Xu <herbert@gondor.apana.org.au>2008-12-25 11:02:18 +1100
commit14b75ba70da925a9f040a7575cb46ad7d394b117 (patch)
tree57f0a020d0afd5260cdb7cda843d32858e55a5b8 /crypto/Kconfig
parent808a1763cef93bf0f740d7e10dd9a2dfc4065b1a (diff)
downloadop-kernel-dev-14b75ba70da925a9f040a7575cb46ad7d394b117.zip
op-kernel-dev-14b75ba70da925a9f040a7575cb46ad7d394b117.tar.gz
crypto: md5 - Switch to shash
This patch changes md5 to the new shash interface. Signed-off-by: Adrian-Ken Rueegsegger <ken@codelabs.ch> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto/Kconfig')
-rw-r--r--crypto/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig
index 96f8154..989304c 100644
--- a/crypto/Kconfig
+++ b/crypto/Kconfig
@@ -282,7 +282,7 @@ config CRYPTO_MD4
config CRYPTO_MD5
tristate "MD5 digest algorithm"
- select CRYPTO_ALGAPI
+ select CRYPTO_HASH
help
MD5 message digest algorithm (RFC1321).
OpenPOWER on IntegriCloud