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.
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