mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-08-07 07:37:02 +02: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
@ -2457,9 +2457,14 @@ static struct cli_kw_list cli_kws = {{ },{
|
|||||||
{ { NULL }, NULL, NULL, NULL }
|
{ { NULL }, NULL, NULL, NULL }
|
||||||
}};
|
}};
|
||||||
|
|
||||||
|
|
||||||
INITCALL1(STG_REGISTER, cli_register_kw, &cli_kws);
|
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 */
|
#endif /* ! HAVE_ACME */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
Reference in New Issue
Block a user