commit | 08138612a423c8205a4163925a5ad0859211e87e | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sat May 08 19:58:37 2021 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Sat May 08 20:27:08 2021 +0200 |
tree | af5424a5c5d1277bc96e73e729591896c1c9847f | |
parent | 6ec1f25bc5861f45f3295628912c675ecdb70e30 [diff] |
REORG: config: uninline warnifnotcap() and failifnotcap() These ones are used by virtually every config parser. Not only they provide no benefit in being inlined, but they imply a very deep dependency starting at proxy.h, which results for example in task.c including openssl. Let's move these two functions to cfgparse.c.