[hackers] [ii] enable TLS over UNIX domain socket as well || Hiltjo Posthuma

From: <git_AT_suckless.org>
Date: Thu, 20 Nov 2025 00:21:23 +0100 (CET)

commit c81e62facd90605e6943771013604302d659a8af
Author: Hiltjo Posthuma <hiltjo_AT_codemadness.org>
AuthorDate: Thu Nov 20 00:21:00 2025 +0100
Commit: Hiltjo Posthuma <hiltjo_AT_codemadness.org>
CommitDate: Thu Nov 20 00:21:00 2025 +0100

    enable TLS over UNIX domain socket as well

diff --git a/ii.c b/ii.c
index d89c962..b1dfc46 100644
--- a/ii.c
+++ b/ii.c
_AT_@ -889,7 +889,7 @@ main(int argc, char *argv[])
         else
                 ircfd = tcpopen(host, service, af);
 
- if (usetls && !uds) {
+ if (usetls) {
                 if (tls_init() < 0)
                         die("%s: tls_init: %s\n", strerror(errno));
                 if ((tlscfg = tls_config_new()) == NULL)
Received on Thu Nov 20 2025 - 00:21:23 CET

This archive was generated by hypermail 2.3.0 : Thu Nov 20 2025 - 00:24:35 CET