diff options
author | Adrian-Ken Rueegsegger <ken@codelabs.ch> | 2008-12-02 08:08:20 -0500 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2008-12-24 19:02:15 -0500 |
commit | 54ccb36776eb7e03b592bfab60393c7800851a0b (patch) | |
tree | 9f9c1ae359761d7748e1e9a967c7b98b13065561 /crypto/Kconfig | |
parent | 3b8efb4c4147094652570d7791a516d07b7df8c2 (diff) |
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/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig index edf6c71b576e..5386beb503e3 100644 --- a/crypto/Kconfig +++ b/crypto/Kconfig | |||
@@ -351,7 +351,7 @@ config CRYPTO_RMD320 | |||
351 | 351 | ||
352 | config CRYPTO_SHA1 | 352 | config CRYPTO_SHA1 |
353 | tristate "SHA1 digest algorithm" | 353 | tristate "SHA1 digest algorithm" |
354 | select CRYPTO_ALGAPI | 354 | select CRYPTO_HASH |
355 | help | 355 | help |
356 | SHA-1 secure hash standard (FIPS 180-1/DFIPS 180-2). | 356 | SHA-1 secure hash standard (FIPS 180-1/DFIPS 180-2). |
357 | 357 | ||