diff options
author | Adrian-Ken Rueegsegger <ken@codelabs.ch> | 2008-12-03 06:57:12 -0500 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2008-12-24 19:02:18 -0500 |
commit | 14b75ba70da925a9f040a7575cb46ad7d394b117 (patch) | |
tree | 57f0a020d0afd5260cdb7cda843d32858e55a5b8 /crypto/Kconfig | |
parent | 808a1763cef93bf0f740d7e10dd9a2dfc4065b1a (diff) |
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/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig index 96f8154147a2..989304ca3eab 100644 --- a/crypto/Kconfig +++ b/crypto/Kconfig | |||
@@ -282,7 +282,7 @@ config CRYPTO_MD4 | |||
282 | 282 | ||
283 | config CRYPTO_MD5 | 283 | config CRYPTO_MD5 |
284 | tristate "MD5 digest algorithm" | 284 | tristate "MD5 digest algorithm" |
285 | select CRYPTO_ALGAPI | 285 | select CRYPTO_HASH |
286 | help | 286 | help |
287 | MD5 message digest algorithm (RFC1321). | 287 | MD5 message digest algorithm (RFC1321). |
288 | 288 | ||