]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: ssl: make ssl_sock_put_ckch_into_ctx handle errcode/warn
authorEmeric Brun <ebrun@haproxy.com>
Thu, 17 Oct 2019 11:25:14 +0000 (13:25 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 18 Oct 2019 13:18:52 +0000 (15:18 +0200)
commita96b582d0eaf1a7a9b21c71b8eda2965f74699d4
tree0395cadf88a68c149a41be4fbba0f4e8cb607cf9
parent054563de13836ca9926db1ea8dac8e251ac43d7b
CLEANUP: ssl: make ssl_sock_put_ckch_into_ctx handle errcode/warn

ssl_sock_put_ckch_into_ctx used to return 0 or >0 to indicate success
or failure. Make it return a set of ERR_* instead so that its callers
can transparently report its status. Given that its callers only used
to know about ERR_ALERT | ERR_FATAL, this is the only code returned
for now. And a comment was updated.
src/ssl_sock.c