dnsdist: fix default SSL lib spelling
authorEneas U de Queiroz <cotequeiroz@gmail.com>
Thu, 12 Mar 2020 12:09:28 +0000 (09:09 -0300)
committerEneas U de Queiroz <cotequeiroz@gmail.com>
Wed, 8 Apr 2020 10:43:38 +0000 (07:43 -0300)
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>
net/dnsdist/Makefile

index 6d4ffb1a5f99aa9087eeae0da9de852176451619..6c0c45b6d4931c2164172c6854a7095526856cd7 100644 (file)
@@ -32,7 +32,7 @@ menu "Configuration"
        comment "SSL Support"
        choice
                prompt "Selected SSL library"
-               default DNSDIST_OPENSSSL
+               default DNSDIST_OPENSSL
 
                config DNSDIST_OPENSSL
                        bool "OpenSSL"