diff options
author | Herbert Xu <herbert@gondor.apana.org.au> | 2008-11-08 09:10:40 +0800 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2008-12-25 11:02:09 +1100 |
commit | 7c4468bc011131e77d0a872d6d9942390f8217ea (patch) | |
tree | 16ed9d94f91caa0eb284684791ff3404d0df8141 /crypto/Kconfig | |
parent | d35d2454ce2175be77d2a366c2648597fd33a98f (diff) | |
download | linux-3.10-7c4468bc011131e77d0a872d6d9942390f8217ea.tar.gz linux-3.10-7c4468bc011131e77d0a872d6d9942390f8217ea.tar.bz2 linux-3.10-7c4468bc011131e77d0a872d6d9942390f8217ea.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 'crypto/Kconfig')
-rw-r--r-- | crypto/Kconfig | 2 |
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). |