diff options
author | Herbert Xu <herbert@gondor.apana.org.au> | 2008-11-07 20:58:10 -0500 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2008-12-24 19:02:12 -0500 |
commit | d8a5e2e9f4e70ade136c67ce8242f0db4c2cddc7 (patch) | |
tree | 410fc989e1fd020146ede9f0b643fe945f9f7eb5 /crypto/Kconfig | |
parent | e5835fba0206a331bdefdf5d805d1a384af37c44 (diff) |
crypto: rmd256 - Switch to shash
This patch changes rmd256 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 513b9fb6723d..7f3d7954c929 100644 --- a/crypto/Kconfig +++ b/crypto/Kconfig | |||
@@ -327,7 +327,7 @@ config CRYPTO_RMD160 | |||
327 | 327 | ||
328 | config CRYPTO_RMD256 | 328 | config CRYPTO_RMD256 |
329 | tristate "RIPEMD-256 digest algorithm" | 329 | tristate "RIPEMD-256 digest algorithm" |
330 | select CRYPTO_ALGAPI | 330 | select CRYPTO_HASH |
331 | help | 331 | help |
332 | RIPEMD-256 is an optional extension of RIPEMD-128 with a | 332 | RIPEMD-256 is an optional extension of RIPEMD-128 with a |
333 | 256 bit hash. It is intended for applications that require | 333 | 256 bit hash. It is intended for applications that require |