DOC: configuration: add missing ssllib_name_startswith()

Add the missing ssllib_name_startswith() predicate in the documentation.

The predicate was introduced with b01179aa9 ("MINOR: ssl: Add
ssllib_name_startswith precondition").

Must be backported as far as 2.6.
This commit is contained in:
William Lallemand 2025-11-14 10:30:29 +01:00
parent 8415254cea
commit 9ad018a3dd

View File

@ -1185,6 +1185,10 @@ The list of currently supported predicates is the following:
in the features list reported by "haproxy -vv"
(which means a <name> appears after a '+')
- ssllib_name_startswith(<name>) : return true if the SSL library name
HAProxy was linked with, starts with <name>.
Example: ssllib_name_startswith(wolfSSL)
- streq(<str1>,<str2>) : returns true only if the two strings are equal
- strneq(<str1>,<str2>) : returns true only if the two strings differ
- strstr(<str1>,<str2>) : returns true only if the second string is found in