Browse Source

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>
lilik-openwrt-22.03
Eneas U de Queiroz 5 years ago
parent
commit
dbe11776ed
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      net/dnsdist/Makefile

+ 1
- 1
net/dnsdist/Makefile View 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"


Loading…
Cancel
Save