summaryrefslogtreecommitdiffstats
path: root/crypto/Kconfig
diff options
context:
space:
mode:
authorHerbert Xu <herbert@gondor.apana.org.au>2008-11-08 10:11:09 +0800
committerHerbert Xu <herbert@gondor.apana.org.au>2008-12-25 11:02:13 +1100
commit3b8efb4c4147094652570d7791a516d07b7df8c2 (patch)
treea770afe99c56bfe382598f2bd69442074d4dbf26 /crypto/Kconfig
parentd8a5e2e9f4e70ade136c67ce8242f0db4c2cddc7 (diff)
downloadop-kernel-dev-3b8efb4c4147094652570d7791a516d07b7df8c2.zip
op-kernel-dev-3b8efb4c4147094652570d7791a516d07b7df8c2.tar.gz
crypto: rmd320 - Switch to shash
This patch changes rmd320 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 7f3d795..edf6c71 100644
--- a/crypto/Kconfig
+++ b/crypto/Kconfig
@@ -339,7 +339,7 @@ config CRYPTO_RMD256
config CRYPTO_RMD320
tristate "RIPEMD-320 digest algorithm"
- select CRYPTO_ALGAPI
+ select CRYPTO_HASH
help
RIPEMD-320 is an optional extension of RIPEMD-160 with a
320 bit hash. It is intended for applications that require
OpenPOWER on IntegriCloud