aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/Kconfig
diff options
context:
space:
mode:
authorAdrian-Ken Rueegsegger <ken@codelabs.ch>2008-12-03 06:55:27 -0500
committerHerbert Xu <herbert@gondor.apana.org.au>2008-12-24 19:02:16 -0500
commit808a1763cef93bf0f740d7e10dd9a2dfc4065b1a (patch)
treeaad37ce8019bb3e9dce0a70f48bb830fea88b86e /crypto/Kconfig
parent54ccb36776eb7e03b592bfab60393c7800851a0b (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/Kconfig2
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
276 276
277config CRYPTO_MD4 277config CRYPTO_MD4
278 tristate "MD4 digest algorithm" 278 tristate "MD4 digest algorithm"
279 select CRYPTO_ALGAPI 279 select CRYPTO_HASH
280 help 280 help
281 MD4 message digest algorithm (RFC1320). 281 MD4 message digest algorithm (RFC1320).
282 282