Skip to content

Commit 794c793

Browse files
committed
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Pull crypto fix from Herbert Xu: "This contains a fix for a potential boot failure due to a missing Kconfig dependency for people upgrading with the DRBG enabled" * 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6: crypto: drbg - select SHA512
2 parents a2824f1 + 5261cdf commit 794c793

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crypto/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1768,7 +1768,7 @@ config CRYPTO_DRBG_HMAC
17681768
bool
17691769
default y
17701770
select CRYPTO_HMAC
1771-
select CRYPTO_SHA256
1771+
select CRYPTO_SHA512
17721772

17731773
config CRYPTO_DRBG_HASH
17741774
bool "Enable Hash DRBG"

0 commit comments

Comments
 (0)