mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-05-19 03:55:28 +00: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
|
||||
#endif
|
||||
|
||||
#if (defined(HAVE_JWS))
|
||||
#if (defined(HAVE_JWS) && defined(HAVE_ASN1_TIME_TO_TM))
|
||||
#define HAVE_ACME
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user