From 7704c4a937d260d4d971232d2aef4b9893fb4601 Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Tue, 25 May 2021 15:16:49 -0500 Subject: kernel-5.13.0-0.rc3.20210525gita050a6d2b7e8.26 * Tue May 25 2021 Fedora Kernel Team [5.13.0-0.rc3.20210525gita050a6d2b7e8.26] - Make CRYPTO_EC also builtin (Simo Sorce) [1947240] - Do not hard-code a default value for DIST (David Ward) Resolves: rhbz#1947240 Signed-off-by: Justin M. Forbes --- kernel-s390x-debug-rhel.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kernel-s390x-debug-rhel.config') diff --git a/kernel-s390x-debug-rhel.config b/kernel-s390x-debug-rhel.config index 1449cea1c..e70fb11e7 100644 --- a/kernel-s390x-debug-rhel.config +++ b/kernel-s390x-debug-rhel.config @@ -847,7 +847,7 @@ CONFIG_CRYPTO_DRBG_HMAC=y CONFIG_CRYPTO_DRBG_MENU=y CONFIG_CRYPTO_ECB=y # CONFIG_CRYPTO_ECDH is not set -CONFIG_CRYPTO_ECDSA=m +CONFIG_CRYPTO_ECDSA=y CONFIG_CRYPTO_ECHAINIV=m # CONFIG_CRYPTO_ECRDSA is not set CONFIG_CRYPTO_ESSIV=m -- cgit