diff options
author | Herbert Xu <herbert@gondor.apana.org.au> | 2008-11-07 20:10:40 -0500 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2008-12-24 19:02:09 -0500 |
commit | 7c4468bc011131e77d0a872d6d9942390f8217ea (patch) | |
tree | 16ed9d94f91caa0eb284684791ff3404d0df8141 /crypto/Kconfig | |
parent | d35d2454ce2175be77d2a366c2648597fd33a98f (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/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig index 359a7c24af38..848c886d6675 100644 --- a/crypto/Kconfig +++ b/crypto/Kconfig | |||
@@ -297,7 +297,7 @@ config CRYPTO_MICHAEL_MIC | |||
297 | 297 | ||
298 | config CRYPTO_RMD128 | 298 | config CRYPTO_RMD128 |
299 | tristate "RIPEMD-128 digest algorithm" | 299 | tristate "RIPEMD-128 digest algorithm" |
300 | select CRYPTO_ALGAPI | 300 | select CRYPTO_HASH |
301 | help | 301 | help |
302 | RIPEMD-128 (ISO/IEC 10118-3:2004). | 302 | RIPEMD-128 (ISO/IEC 10118-3:2004). |
303 | 303 | ||