aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/Kconfig
diff options
context:
space:
mode:
authorHerbert Xu <herbert@gondor.apana.org.au>2008-11-07 20:18:51 -0500
committerHerbert Xu <herbert@gondor.apana.org.au>2008-12-24 19:02:10 -0500
commite5835fba0206a331bdefdf5d805d1a384af37c44 (patch)
tree78df086f190348f29d9028e0ee76aa4d666618a0 /crypto/Kconfig
parent7c4468bc011131e77d0a872d6d9942390f8217ea (diff)
crypto: rmd160 - Switch to shash
This patch changes rmd160 to the new shash interface. 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 848c886d6675..513b9fb6723d 100644
--- a/crypto/Kconfig
+++ b/crypto/Kconfig
@@ -310,7 +310,7 @@ config CRYPTO_RMD128
310 310
311config CRYPTO_RMD160 311config CRYPTO_RMD160
312 tristate "RIPEMD-160 digest algorithm" 312 tristate "RIPEMD-160 digest algorithm"
313 select CRYPTO_ALGAPI 313 select CRYPTO_HASH
314 help 314 help
315 RIPEMD-160 (ISO/IEC 10118-3:2004). 315 RIPEMD-160 (ISO/IEC 10118-3:2004).
316 316