aboutsummaryrefslogtreecommitdiff
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
commit7c4468bc011131e77d0a872d6d9942390f8217ea (patch)
tree16ed9d94f91caa0eb284684791ff3404d0df8141 /crypto/Kconfig
parentd35d2454ce2175be77d2a366c2648597fd33a98f (diff)
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 'crypto/Kconfig')
-rw-r--r--crypto/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig
index 359a7c24af3..848c886d667 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).