diff options
author | Adrian-Ken Rueegsegger <ken@codelabs.ch> | 2008-12-07 19:34:37 +0800 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2008-12-25 11:02:22 +1100 |
commit | 4946510baac6aaa8658528e3deefc7e9ba2951a9 (patch) | |
tree | abffe4ff5e4d7b0f5b6fa29a73d6f7de53cbd06d /crypto/Kconfig | |
parent | f63fbd3d501b4283e1551e195cb74434a838064f (diff) |
crypto: wp512 - Switch to shash
This patch changes wp512, wp384 and wp256 to the new shash interface.
Signed-off-by: Adrian-Ken Rueegsegger <ken@codelabs.ch>
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 a863d7e5f9e8..bc29216aaada 100644 --- a/crypto/Kconfig +++ b/crypto/Kconfig @@ -394,7 +394,7 @@ config CRYPTO_TGR192 config CRYPTO_WP512 tristate "Whirlpool digest algorithms" - select CRYPTO_ALGAPI + select CRYPTO_HASH help Whirlpool hash algorithm 512, 384 and 256-bit hashes |