summaryrefslogtreecommitdiff
path: root/crypto/Kconfig
diff options
context:
space:
mode:
authorHerbert Xu <herbert@gondor.apana.org.au>2008-11-08 09:10:40 +0800
committerHerbert Xu <herbert@gondor.apana.org.au>2008-12-25 11:02:09 +1100
commita2955b4b2900e370eb2360dabd81d04030d0b12a (patch)
tree48f2f375f96766a8030e6a65b7f9386d6901860f /crypto/Kconfig
parent6db70bfadb59933b6ffb70292b636bb0cc590b59 (diff)
downloadlinux-crypto-a2955b4b2900e370eb2360dabd81d04030d0b12a.tar.gz
linux-crypto-a2955b4b2900e370eb2360dabd81d04030d0b12a.zip
crypto: rmd128 - Switch to shash
This patch changes rmd128 to the new shash interface. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to '')
-rw-r--r--crypto/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig
index 359a7c24..848c886d 100644
--- a/crypto/Kconfig
+++ b/crypto/Kconfig
@@ -297,7 +297,7 @@ config CRYPTO_MICHAEL_MIC
config CRYPTO_RMD128
tristate "RIPEMD-128 digest algorithm"
- select CRYPTO_ALGAPI
+ select CRYPTO_HASH
help
RIPEMD-128 (ISO/IEC 10118-3:2004).