summaryrefslogtreecommitdiff
path: root/crypto/Kconfig
diff options
context:
space:
mode:
authorAdrian-Ken Rueegsegger <ken@codelabs.ch>2008-12-02 21:08:20 +0800
committerHerbert Xu <herbert@gondor.apana.org.au>2008-12-25 11:02:15 +1100
commit667404613ffd78ce40e25e866ec4f39f19377de9 (patch)
treeeea7a1b12c207f88efc4d0ebe2454dc66b8d07ff /crypto/Kconfig
parentba8c5bc21a70eb856ead87d4ad5eb6be37e5bcc9 (diff)
downloadlinux-crypto-667404613ffd78ce40e25e866ec4f39f19377de9.tar.gz
linux-crypto-667404613ffd78ce40e25e866ec4f39f19377de9.zip
crypto: sha1 - Switch to shash
This patch changes sha1 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 edf6c71b..5386beb5 100644
--- a/crypto/Kconfig
+++ b/crypto/Kconfig
@@ -351,7 +351,7 @@ config CRYPTO_RMD320
config CRYPTO_SHA1
tristate "SHA1 digest algorithm"
- select CRYPTO_ALGAPI
+ select CRYPTO_HASH
help
SHA-1 secure hash standard (FIPS 180-1/DFIPS 180-2).