From: Stephan Müller Date: Tue, 21 Dec 2021 19:31:42 +0000 (+0100) Subject: crypto: kdf - select SHA-256 required for self-test X-Git-Tag: v5.17-rc1~156^2~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=304b4acee2f023a67f122d15a37b40ce460244d9;p=thirdparty%2Fkernel%2Flinux.git crypto: kdf - select SHA-256 required for self-test The self test of the KDF is based on SHA-256. Thus, this algorithm must be present as otherwise a warning is issued. Reported-by: kernel test robot Signed-off-by: Stephan Mueller Signed-off-by: Herbert Xu --- diff --git a/crypto/Kconfig b/crypto/Kconfig index 01b9ca0836a51..649ee1df05c66 100644 --- a/crypto/Kconfig +++ b/crypto/Kconfig @@ -1847,7 +1847,7 @@ config CRYPTO_JITTERENTROPY config CRYPTO_KDF800108_CTR tristate - select CRYPTO_HASH + select CRYPTO_SHA256 config CRYPTO_USER_API tristate