]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUILD: ssl: use __fallthrough in cli_io_handler_tlskeys_files()
authorWilly Tarreau <w@1wt.eu>
Mon, 14 Nov 2022 06:34:43 +0000 (07:34 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 14 Nov 2022 10:14:02 +0000 (11:14 +0100)
commita551f4fbfd7da1b3a0220189ba30d56275935883
treefa488e1fc50682e016cc9734fd54da96f6d591a7
parent6fcc86b3126f4c6cf11a98702f77529e745e3bb0
BUILD: ssl: use __fallthrough in cli_io_handler_tlskeys_files()

This avoids two build warnings when preprocessing happens before compiling
with gcc >= 7.
src/ssl_sock.c