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-aarch64-debug-fedora.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-aarch64-debug-fedora.config')
-rw-r--r-- | kernel-aarch64-debug-fedora.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel-aarch64-debug-fedora.config b/kernel-aarch64-debug-fedora.config index d2bf59612..87f515555 100644 --- a/kernel-aarch64-debug-fedora.config +++ b/kernel-aarch64-debug-fedora.config @@ -1362,7 +1362,7 @@ CONFIG_CRYPTO_DRBG_CTR=y CONFIG_CRYPTO_DRBG_HASH=y CONFIG_CRYPTO_DRBG_MENU=y CONFIG_CRYPTO_ECB=y -CONFIG_CRYPTO_ECDH=m +CONFIG_CRYPTO_ECDH=y # CONFIG_CRYPTO_ECDSA is not set CONFIG_CRYPTO_ECHAINIV=m CONFIG_CRYPTO_ECRDSA=m |