]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: ssl: add filename and linenum for ssl-f-use errors
authorWilliam Lallemand <wlallemand@haproxy.com>
Tue, 6 May 2025 18:13:15 +0000 (20:13 +0200)
committerWilliam Lallemand <wlallemand@haproxy.com>
Tue, 6 May 2025 19:36:29 +0000 (21:36 +0200)
commitb3b282d2ee68de1e4365e8f5560577bc25e95045
tree3e6f70c2b1b59f5f111c50cbe15abb1cb2f627f0
parent99f5be5631923844fb738fdc2d001178a2756834
MINOR: ssl: add filename and linenum for ssl-f-use errors

Fill cfg_crt_node with a filename and linenum so the post_section
callback can use it to emit errors.

This way the errors are emitted with the right filename and linenum
where ssl-f-use is used instead of (null):0
src/cfgparse-ssl.c