aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/Kconfig
diff options
context:
space:
mode:
authorAdrian-Ken Rueegsegger <ken@codelabs.ch>2008-12-03 06:58:32 -0500
committerHerbert Xu <herbert@gondor.apana.org.au>2008-12-24 19:02:21 -0500
commitf63fbd3d501b4283e1551e195cb74434a838064f (patch)
treed43019ed57263dc44f15c06a62c46107003dee1b /crypto/Kconfig
parent50e109b5b9c1f734e91a6e9b557bce48c9a88654 (diff)
crypto: tgr192 - Switch to shash
This patch changes tgr192, tgr160 and tgr128 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 3d04fa880e44..a863d7e5f9e8 100644
--- a/crypto/Kconfig
+++ b/crypto/Kconfig
@@ -381,7 +381,7 @@ config CRYPTO_SHA512
381 381
382config CRYPTO_TGR192 382config CRYPTO_TGR192
383 tristate "Tiger digest algorithms" 383 tristate "Tiger digest algorithms"
384 select CRYPTO_ALGAPI 384 select CRYPTO_HASH
385 help 385 help
386 Tiger hash algorithm 192, 160 and 128-bit hashes 386 Tiger hash algorithm 192, 160 and 128-bit hashes
387 387