summaryrefslogtreecommitdiffstats
path: root/crypto/Kconfig
diff options
context:
space:
mode:
authorAdrian-Ken Rueegsegger2008-12-03 12:57:49 +0100
committerHerbert Xu2008-12-25 01:02:19 +0100
commit50e109b5b9c1f734e91a6e9b557bce48c9a88654 (patch)
tree42746ff3f2b89be08001ea2b3cb758581c3b265e /crypto/Kconfig
parentcrypto: md5 - Switch to shash (diff)
downloadkernel-qcow2-linux-50e109b5b9c1f734e91a6e9b557bce48c9a88654.tar.gz
kernel-qcow2-linux-50e109b5b9c1f734e91a6e9b557bce48c9a88654.tar.xz
kernel-qcow2-linux-50e109b5b9c1f734e91a6e9b557bce48c9a88654.zip
crypto: sha256 - Switch to shash
This patch changes sha256 and sha224 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 989304ca3eab..3d04fa880e44 100644
--- a/crypto/Kconfig
+++ b/crypto/Kconfig
@@ -357,7 +357,7 @@ config CRYPTO_SHA1
config CRYPTO_SHA256
tristate "SHA224 and SHA256 digest algorithm"
- select CRYPTO_ALGAPI
+ select CRYPTO_HASH
help
SHA256 secure hash standard (DFIPS 180-2).