diff options
author | Adrian-Ken Rueegsegger <ken@codelabs.ch> | 2008-12-03 19:55:27 +0800 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2008-12-25 11:02:16 +1100 |
commit | 808a1763cef93bf0f740d7e10dd9a2dfc4065b1a (patch) | |
tree | aad37ce8019bb3e9dce0a70f48bb830fea88b86e /crypto/Kconfig | |
parent | 54ccb36776eb7e03b592bfab60393c7800851a0b (diff) |
crypto: md4 - Switch to shash
This patch changes md4 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 5386beb503e3..96f8154147a2 100644 --- a/crypto/Kconfig +++ b/crypto/Kconfig @@ -276,7 +276,7 @@ config CRYPTO_CRC32C_INTEL config CRYPTO_MD4 tristate "MD4 digest algorithm" - select CRYPTO_ALGAPI + select CRYPTO_HASH help MD4 message digest algorithm (RFC1320). |