summaryrefslogtreecommitdiffstats
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
commit54ccb36776eb7e03b592bfab60393c7800851a0b (patch)
tree9f9c1ae359761d7748e1e9a967c7b98b13065561 /crypto/Kconfig
parent3b8efb4c4147094652570d7791a516d07b7df8c2 (diff)
downloadop-kernel-dev-54ccb36776eb7e03b592bfab60393c7800851a0b.zip
op-kernel-dev-54ccb36776eb7e03b592bfab60393c7800851a0b.tar.gz
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 edf6c71..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).
OpenPOWER on IntegriCloud