mirror of
https://github.com/haproxy/haproxy.git
synced 2026-02-20 00:10:41 -05:00
BUILD: acme: need HAVE_ASN1_TIME_TO_TM
Restrict the build of the ACME feature to libraries which provide ASN1_TIME_to_tm() function.
This commit is contained in:
parent
626de9538e
commit
878a3507df
1 changed files with 1 additions and 1 deletions
|
|
@ -132,7 +132,7 @@
|
|||
#define HAVE_JWS
|
||||
#endif
|
||||
|
||||
#if (defined(HAVE_JWS))
|
||||
#if (defined(HAVE_JWS) && defined(HAVE_ASN1_TIME_TO_TM))
|
||||
#define HAVE_ACME
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue