summaryrefslogtreecommitdiff
path: root/crypto/Kconfig
diff options
context:
space:
mode:
authorHerbert Xu <herbert@gondor.apana.org.au>2008-11-08 09:18:51 +0800
committerHerbert Xu <herbert@gondor.apana.org.au>2008-12-25 11:02:10 +1100
commite6b37d2879a76d2b6baa3a6727414d2ff7ebf17d (patch)
tree7dc67bb65676986d17b3b1e5c84d96a30b7f6f3b /crypto/Kconfig
parenta2955b4b2900e370eb2360dabd81d04030d0b12a (diff)
downloadlinux-crypto-e6b37d2879a76d2b6baa3a6727414d2ff7ebf17d.tar.gz
linux-crypto-e6b37d2879a76d2b6baa3a6727414d2ff7ebf17d.zip
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 848c886d..513b9fb6 100644
--- a/crypto/Kconfig
+++ b/crypto/Kconfig
@@ -310,7 +310,7 @@ config CRYPTO_RMD128
config CRYPTO_RMD160
tristate "RIPEMD-160 digest algorithm"
- select CRYPTO_ALGAPI
+ select CRYPTO_HASH
help
RIPEMD-160 (ISO/IEC 10118-3:2004).