aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/Kconfig
diff options
context:
space:
mode:
authorAdrian-Ken Rueegsegger <ken@codelabs.ch>2008-12-07 06:34:37 -0500
committerHerbert Xu <herbert@gondor.apana.org.au>2008-12-24 19:02:22 -0500
commit4946510baac6aaa8658528e3deefc7e9ba2951a9 (patch)
treeabffe4ff5e4d7b0f5b6fa29a73d6f7de53cbd06d /crypto/Kconfig
parentf63fbd3d501b4283e1551e195cb74434a838064f (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/Kconfig2
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
394 394
395config CRYPTO_WP512 395config CRYPTO_WP512
396 tristate "Whirlpool digest algorithms" 396 tristate "Whirlpool digest algorithms"
397 select CRYPTO_ALGAPI 397 select CRYPTO_HASH
398 help 398 help
399 Whirlpool hash algorithm 512, 384 and 256-bit hashes 399 Whirlpool hash algorithm 512, 384 and 256-bit hashes
400 400