diff options
author | Justin M. Forbes <jforbes@fedoraproject.org> | 2021-05-25 15:16:49 -0500 |
---|---|---|
committer | Justin M. Forbes <jforbes@fedoraproject.org> | 2021-05-25 15:16:49 -0500 |
commit | 7704c4a937d260d4d971232d2aef4b9893fb4601 (patch) | |
tree | b53896350a27f9fd27b043fe60942f88c34412a3 /kernel-x86_64-debug-rhel.config | |
parent | 5e01d8e8699ae729ef32a6fc9273ca5b71e052f5 (diff) | |
download | kernel-7704c4a937d260d4d971232d2aef4b9893fb4601.tar.gz kernel-7704c4a937d260d4d971232d2aef4b9893fb4601.tar.xz kernel-7704c4a937d260d4d971232d2aef4b9893fb4601.zip |
kernel-5.13.0-0.rc3.20210525gita050a6d2b7e8.26
* Tue May 25 2021 Fedora Kernel Team <kernel-team@fedoraproject.org> [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 <jforbes@fedoraproject.org>
Diffstat (limited to 'kernel-x86_64-debug-rhel.config')
-rw-r--r-- | kernel-x86_64-debug-rhel.config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel-x86_64-debug-rhel.config b/kernel-x86_64-debug-rhel.config index 4a6a3c6c7..c5cbb529f 100644 --- a/kernel-x86_64-debug-rhel.config +++ b/kernel-x86_64-debug-rhel.config @@ -900,8 +900,8 @@ CONFIG_CRYPTO_DRBG_HASH=y CONFIG_CRYPTO_DRBG_HMAC=y CONFIG_CRYPTO_DRBG_MENU=y CONFIG_CRYPTO_ECB=y -CONFIG_CRYPTO_ECDH=m -CONFIG_CRYPTO_ECDSA=m +CONFIG_CRYPTO_ECDH=y +CONFIG_CRYPTO_ECDSA=y CONFIG_CRYPTO_ECHAINIV=m # CONFIG_CRYPTO_ECRDSA is not set CONFIG_CRYPTO_ESSIV=m |