dnsdist: fix default SSL lib spelling
authorEneas U de Queiroz <cotequeiroz@gmail.com>
Thu, 12 Mar 2020 12:09:28 +0000 (09:09 -0300)
committerJosef Schlehofer <pepe.schlehofer@gmail.com>
Thu, 2 Sep 2021 10:12:58 +0000 (12:12 +0200)
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 <cotequeiroz@gmail.com>
(cherry picked from commit dbe11776ed820505d65d2572d372e5c1cfa1ff48)

net/dnsdist/Makefile

index 92875441c45b4532a932c51a61a14c414b3d29be..5947a4db50541277cf5815a9d7992ba05e08b2b7 100644 (file)
@@ -29,7 +29,7 @@ comment "SSL support"
 
 choice
         prompt "Selected SSL library"
-        default DNSDIST_OPENSSSL
+        default DNSDIST_OPENSSL
 
         config DNSDIST_OPENSSL
                 bool "OpenSSL"