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:
William Lallemand 2025-07-24 11:47:20 +02:00
parent 14615a8672
commit 8258c8166a

View File

@ -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 */
/*