diff options
author | Herbert Xu <herbert@gondor.apana.org.au> | 2008-11-08 09:58:10 +0800 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2008-12-25 11:02:12 +1100 |
commit | d8a5e2e9f4e70ade136c67ce8242f0db4c2cddc7 (patch) | |
tree | 410fc989e1fd020146ede9f0b643fe945f9f7eb5 /crypto/Kconfig | |
parent | e5835fba0206a331bdefdf5d805d1a384af37c44 (diff) | |
download | op-kernel-dev-d8a5e2e9f4e70ade136c67ce8242f0db4c2cddc7.zip op-kernel-dev-d8a5e2e9f4e70ade136c67ce8242f0db4c2cddc7.tar.gz |
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 513b9fb..7f3d795 100644 --- a/crypto/Kconfig +++ b/crypto/Kconfig @@ -327,7 +327,7 @@ config CRYPTO_RMD160 config CRYPTO_RMD256 tristate "RIPEMD-256 digest algorithm" - select CRYPTO_ALGAPI + select CRYPTO_HASH help RIPEMD-256 is an optional extension of RIPEMD-128 with a 256 bit hash. It is intended for applications that require |