]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: quic: ssl_quic_initial_ctx() uses error count not error code
authorWilliam Lallemand <wlallemand@haproxy.org>
Mon, 21 Aug 2023 13:22:57 +0000 (15:22 +0200)
committerWilliam Lallemand <wlallemand@haproxy.org>
Mon, 21 Aug 2023 13:35:17 +0000 (15:35 +0200)
commit3fde27d980f2f9a93a69889e5fcac5fad7edc632
tree1f13c66c434385318e23c161b23531f6b16cc0df
parent8c004153e5f1802b2060629d8656b42b84c65bbd
BUG/MINOR: quic: ssl_quic_initial_ctx() uses error count not error code

ssl_quic_initial_ctx() is supposed to use error count and not errror
code.

Bug was introduced by 557706b3 ("MINOR: quic: Initialize TLS contexts
for QUIC openssl wrapper").

No backport needed.
src/quic_ssl.c