diff options
author | Adrian-Ken Rueegsegger <ken@codelabs.ch> | 2008-12-03 19:57:49 +0800 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2008-12-25 11:02:19 +1100 |
commit | 50e109b5b9c1f734e91a6e9b557bce48c9a88654 (patch) | |
tree | 42746ff3f2b89be08001ea2b3cb758581c3b265e /crypto/Kconfig | |
parent | 14b75ba70da925a9f040a7575cb46ad7d394b117 (diff) |
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/Kconfig | 2 |
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). |