mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-10 13:02:44 +02:00
With the SSL configuration, crt-base, key-base are often used, these keywords concatenates the base path with the path when the path does not start by '/'. This is done at several places in the code, so a function to do this would be better to standardize the code.