mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-08-09 16:47:18 +02: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
@ -132,7 +132,7 @@
|
|||||||
#define HAVE_JWS
|
#define HAVE_JWS
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if (defined(HAVE_JWS))
|
#if (defined(HAVE_JWS) && defined(HAVE_ASN1_TIME_TO_TM))
|
||||||
#define HAVE_ACME
|
#define HAVE_ACME
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user