commit | 8b453912ce9a4e1a3b1329efb2af04d1e470852e | [log] [tgz] |
---|---|---|
author | William Lallemand <wlallemand@haproxy.com> | Thu Nov 21 15:48:10 2019 +0100 |
committer | William Lallemand <wlallemand@haproxy.org> | Thu Nov 21 17:48:11 2019 +0100 |
tree | 20a9a077e43659d0fa615b773e65de08e471566b | |
parent | f8716914c744e447fc93b8228fa9915b5e600c79 [diff] |
MINOR: ssl: ssl_sock_prepare_ctx() return an error code Rework ssl_sock_prepare_ctx() so it fills a buffer with the error messages instead of using ha_alert()/ha_warning(). Also returns an error code (ERR_*) instead of the number of errors.