mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-14 13:59:38 +02:00
BUILD: acme: enable the ACME feature when JWS is present
The ACME feature depends on the JWS, which currently does not work with every SSL libraries. This patch only enables ACME when JWS is enabled.
This commit is contained in:
@@ -132,6 +132,10 @@
|
||||
#define HAVE_JWS
|
||||
#endif
|
||||
|
||||
#if (defined(HAVE_JWS))
|
||||
#define HAVE_ACME
|
||||
#endif
|
||||
|
||||
#if !defined(HAVE_SSL_SET_SECURITY_LEVEL)
|
||||
/* define a nope function for set_security_level */
|
||||
#define SSL_CTX_set_security_level(ctx, level) ({})
|
||||
|
||||
Reference in New Issue
Block a user