]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: cfgcond: add "awslc_api_atleast" and "awslc_api_before"
authorWilliam Lallemand <wlallemand@haproxy.com>
Fri, 14 Nov 2025 09:23:45 +0000 (10:23 +0100)
committerWilliam Lallemand <wlallemand@haproxy.com>
Fri, 14 Nov 2025 10:01:45 +0000 (11:01 +0100)
commit3d15c07ed01e27213cb7f6c742cd6df969e93330
treeb73028af645539dc3b5b187d1bf2ea0ddcda08bd
parent35d21a8bc0025457dde60016b70868f812b7732d
MINOR: cfgcond: add "awslc_api_atleast" and "awslc_api_before"

AWS-LC features are not easily tested with just the openssl version
constant. AWS-LC uses its own API versioning stored in the
AWSLC_API_VERSION constant.

This patch add the two awslc_api_atleast and awslc_api_before predicates
that help to check the AWS-LC API.
doc/configuration.txt
include/haproxy/cfgcond-t.h
include/haproxy/tools.h
src/cfgcond.c
src/tools.c