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 <cotequeiroz@gmail.com>
(cherry picked from commit dbe11776ed)
This commit is contained in:
Eneas U de Queiroz 2020-03-12 09:09:28 -03:00 committed by Josef Schlehofer
parent 4006aeabad
commit 5bd73795e8
No known key found for this signature in database
GPG Key ID: B950216FE4329F4C
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ comment "SSL support"
choice
prompt "Selected SSL library"
default DNSDIST_OPENSSSL
default DNSDIST_OPENSSL
config DNSDIST_OPENSSL
bool "OpenSSL"