From 32c45e8380682c9b60a2f8a36a97049ec679bde4 Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Sun, 18 Jul 2021 17:34:31 +0100 Subject: [PATCH] Fix no-TLS bulid Broken-by: c4b4086235 --- src/src/readconf.c | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.30.2