mirror of
https://github.com/haproxy/haproxy.git
synced 2026-04-15 21:59:41 -04:00
MINOR: acme: add ACME to the haproxy -vv feature list
Add "ACME" in the feature list in order to check if the support was built successfully.
This commit is contained in:
parent
14615a8672
commit
8258c8166a
1 changed files with 6 additions and 1 deletions
|
|
@ -2457,9 +2457,14 @@ static struct cli_kw_list cli_kws = {{ },{
|
|||
{ { NULL }, NULL, NULL, NULL }
|
||||
}};
|
||||
|
||||
|
||||
INITCALL1(STG_REGISTER, cli_register_kw, &cli_kws);
|
||||
|
||||
static void __acme_init(void)
|
||||
{
|
||||
hap_register_feature("ACME");
|
||||
}
|
||||
INITCALL0(STG_REGISTER, __acme_init);
|
||||
|
||||
#endif /* ! HAVE_ACME */
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in a new issue