diff options
author | Adrian-Ken Rueegsegger <ken@codelabs.ch> | 2008-12-03 19:57:12 +0800 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2008-12-25 11:02:18 +1100 |
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 config CRYPTO_MD5 tristate "MD5 digest algorithm" - select CRYPTO_ALGAPI + select CRYPTO_HASH help MD5 message digest algorithm (RFC1321). |