VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   33 Branches   55 Tags
author: Stephan Mueller <smueller@chronox.de> 2021-06-30 12:32:52 +0200 committer: Herbert Xu <herbert@gondor.apana.org.au> 2021-07-16 15:49:31 +0800 commit: 5261cdf457ce3635bf18d393a3c1991dcfaf9d02 parent: e73f0f0ee7541171d89f2e2491130c7771ba58d3
Commit Summary:
crypto: drbg - select SHA512
Diffstat:
1 file changed, 1 insertion, 1 deletion
diff --git a/crypto/Kconfig b/crypto/Kconfig
index ca3b02dcbbfa..64b772c5d1c9 100644
--- a/crypto/Kconfig
+++ b/crypto/Kconfig
@@ -1768,7 +1768,7 @@ config CRYPTO_DRBG_HMAC
 	bool
 	default y
 	select CRYPTO_HMAC
-	select CRYPTO_SHA256
+	select CRYPTO_SHA512
 
 config CRYPTO_DRBG_HASH
 	bool "Enable Hash DRBG"