summaryrefslogtreecommitdiff
path: root/crypto/Kconfig
diff options
context:
space:
mode:
authorAdrian-Ken Rueegsegger <ken@codelabs.ch>2008-12-17 16:49:02 +1100
committerHerbert Xu <herbert@gondor.apana.org.au>2008-12-25 11:02:27 +1100
commit3a9ee422be00317668d7fe92b4f0ca1f29465ae3 (patch)
tree42dbf0091ee07fcab455e7c7f1643ef8d79022ec /crypto/Kconfig
parentd2188b3bbf2448b4b3f7082e5cffb1c2eb166799 (diff)
downloadlinux-crypto-3a9ee422be00317668d7fe92b4f0ca1f29465ae3.tar.gz
linux-crypto-3a9ee422be00317668d7fe92b4f0ca1f29465ae3.zip
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/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig
index 3f88a526..8dde4fcf 100644
--- a/crypto/Kconfig
+++ b/crypto/Kconfig
@@ -369,7 +369,7 @@ config CRYPTO_SHA256
config CRYPTO_SHA512
tristate "SHA384 and SHA512 digest algorithms"
- select CRYPTO_ALGAPI
+ select CRYPTO_HASH
help
SHA512 secure hash standard (DFIPS 180-2).