diff options
author | Adrian-Ken Rueegsegger <ken@codelabs.ch> | 2008-12-17 00:49:02 -0500 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2008-12-24 19:02:27 -0500 |
commit | bd9d20dba182ce4541b16b083eccd30fb252b9f4 (patch) | |
tree | 06ddab4f1753b4d7525dc0d40c9b3c7abb0985cd /crypto/Kconfig | |
parent | f9e2bca6c22d75a289a349f869701214d63b5060 (diff) |
crypto: sha512 - Switch to shash
This patch changes sha512 and sha384 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 3f88a526d2da..8dde4fcf99c9 100644 --- a/crypto/Kconfig +++ b/crypto/Kconfig | |||
@@ -369,7 +369,7 @@ config CRYPTO_SHA256 | |||
369 | 369 | ||
370 | config CRYPTO_SHA512 | 370 | config CRYPTO_SHA512 |
371 | tristate "SHA384 and SHA512 digest algorithms" | 371 | tristate "SHA384 and SHA512 digest algorithms" |
372 | select CRYPTO_ALGAPI | 372 | select CRYPTO_HASH |
373 | help | 373 | help |
374 | SHA512 secure hash standard (DFIPS 180-2). | 374 | SHA512 secure hash standard (DFIPS 180-2). |
375 | 375 | ||