]> arthur.barton.de Git - ngircd-alex.git/commit
S2S-TLS/OpenSSL: Streamline logging
authorAlexander Barton <alex@barton.de>
Tue, 2 Jan 2024 21:13:42 +0000 (22:13 +0100)
committerAlexander Barton <alex@barton.de>
Sat, 23 Mar 2024 19:19:01 +0000 (20:19 +0100)
commit02bb99b0242ade8af78f957aa1657561374ef1d6
treef4218fe66dd85ed96d4446be6cabbc65750088d0
parent3db3b47fc7172a69b7d99d66eddb07a323dc6e74
S2S-TLS/OpenSSL: Streamline logging

This includes simplifying cb_connserver_login_ssl() a bit, we do not
have to code for invalid state which was ruled out by an assert() and
therefore can get rid of the goto altogether (and don't log the same
error twice with different messages).
src/ngircd/conn-ssl.c
src/ngircd/conn.c