diff options
-rw-r--r-- | src/src/readconf.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/src/readconf.c b/src/src/readconf.c index a1eafb2ec..987f9fab0 100644 --- a/src/src/readconf.c +++ b/src/src/readconf.c @@ -184,7 +184,9 @@ static optionlist optionlist_config[] = { #ifdef SUPPORT_PROXY { "hosts_proxy", opt_stringptr, {&hosts_proxy} }, #endif +#ifndef DISABLE_TLS { "hosts_require_alpn", opt_stringptr, {&hosts_require_alpn} }, +#endif { "hosts_require_helo", opt_stringptr, {&hosts_require_helo} }, { "hosts_treat_as_local", opt_stringptr, {&hosts_treat_as_local} }, #ifdef LOOKUP_IBASE |