diff options
author | Herbert Xu <herbert@gondor.apana.org.au> | 2008-11-07 21:11:09 -0500 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2008-12-24 19:02:13 -0500 |
commit | 3b8efb4c4147094652570d7791a516d07b7df8c2 (patch) | |
tree | a770afe99c56bfe382598f2bd69442074d4dbf26 /crypto/Kconfig | |
parent | d8a5e2e9f4e70ade136c67ce8242f0db4c2cddc7 (diff) |
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/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig index 7f3d7954c929..edf6c71b576e 100644 --- a/crypto/Kconfig +++ b/crypto/Kconfig | |||
@@ -339,7 +339,7 @@ config CRYPTO_RMD256 | |||
339 | 339 | ||
340 | config CRYPTO_RMD320 | 340 | config CRYPTO_RMD320 |
341 | tristate "RIPEMD-320 digest algorithm" | 341 | tristate "RIPEMD-320 digest algorithm" |
342 | select CRYPTO_ALGAPI | 342 | select CRYPTO_HASH |
343 | help | 343 | help |
344 | RIPEMD-320 is an optional extension of RIPEMD-160 with a | 344 | RIPEMD-320 is an optional extension of RIPEMD-160 with a |
345 | 320 bit hash. It is intended for applications that require | 345 | 320 bit hash. It is intended for applications that require |