mirror of
https://github.com/haproxy/haproxy.git
synced 2026-04-04 16:46:45 -04:00
fixup acme-t.h
This commit is contained in:
parent
cc1f23d5fe
commit
e15afd423b
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue