From e15afd423bb198f7f532df9e37d104c7fcfcb87c Mon Sep 17 00:00:00 2001 From: William Lallemand Date: Mon, 30 Mar 2026 17:55:13 +0200 Subject: [PATCH] fixup acme-t.h --- include/haproxy/acme-t.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/haproxy/acme-t.h b/include/haproxy/acme-t.h index 4f9e0f351..bee520cf5 100644 --- a/include/haproxy/acme-t.h +++ b/include/haproxy/acme-t.h @@ -6,6 +6,8 @@ #include #include +#if defined(HAVE_ACME) + #define ACME_RETRY 5 /* Readiness requirements for challenge */ @@ -115,4 +117,6 @@ struct acme_ctx { #define ACME_VERB_ADVANCED 4 #define ACME_VERB_COMPLETE 5 +#endif /* ! HAVE_ACME */ + #endif