fixup acme-t.h

This commit is contained in:
William Lallemand 2026-03-30 17:55:13 +02:00
parent cc1f23d5fe
commit e15afd423b

View file

@ -6,6 +6,8 @@
#include <haproxy/istbuf.h>
#include <haproxy/openssl-compat.h>
#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