From 5bd73795e8fc0d4472c1832c6c3524fcbb45c474 Mon Sep 17 00:00:00 2001 From: Eneas U de Queiroz Date: Thu, 12 Mar 2020 09:09:28 -0300 Subject: [PATCH] dnsdist: fix default SSL lib spelling This is cosmetic only, since openssl is the first one being defined, but it avoids a warning in scripts/config, after upgrading to kconfig-v5.6: tmp/.config-package.in:102839:warning: choice default symbol 'DNSDIST_OPENSSSL' is not contained in the choice Signed-off-by: Eneas U de Queiroz (cherry picked from commit dbe11776ed820505d65d2572d372e5c1cfa1ff48) --- net/dnsdist/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/dnsdist/Makefile b/net/dnsdist/Makefile index 92875441c4..5947a4db50 100644 --- a/net/dnsdist/Makefile +++ b/net/dnsdist/Makefile @@ -29,7 +29,7 @@ comment "SSL support" choice prompt "Selected SSL library" - default DNSDIST_OPENSSSL + default DNSDIST_OPENSSL config DNSDIST_OPENSSL bool "OpenSSL" -- 2.30.2