From: William Lallemand Date: Fri, 14 Nov 2025 09:30:29 +0000 (+0100) Subject: DOC: configuration: add missing ssllib_name_startswith() X-Git-Tag: v3.3-dev13~23 X-Git-Url: http://www.kaiwu.me/postgresql/commit/?a=commitdiff_plain;h=9ad018a3dd9eb3b3be4a8b6ef3a0e1c7d4fc0c1d;p=haproxy.git 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. --- diff --git a/doc/configuration.txt b/doc/configuration.txt index c169ba9e7..3bc667a70 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -1185,6 +1185,10 @@ The list of currently supported predicates is the following: in the features list reported by "haproxy -vv" (which means a appears after a '+') + - ssllib_name_startswith() : return true if the SSL library name + HAProxy was linked with, starts with . + Example: ssllib_name_startswith(wolfSSL) + - streq(,) : returns true only if the two strings are equal - strneq(,) : returns true only if the two strings differ - strstr(,) : returns true only if the second string is found in