aboutsummaryrefslogtreecommitdiffstats
path: root/src/tls/s6-tlsc-io.c
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2026-04-18 12:52:34 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2026-04-18 12:52:34 +0000
commit49a26b0671b3fbe932a0a26e9414cce6e8ef3ec2 (patch)
treed1a158e29649a319da157491a40f9cfdef329183 /src/tls/s6-tlsc-io.c
parent94f7c378aa7e5f261a3c9e80bfd8a12a264e7ec6 (diff)
downloads6-networking-49a26b0671b3fbe932a0a26e9414cce6e8ef3ec2.tar.gz
Prepare for 2.8.0.0; convert tls programs to gol, add noverifycert
Diffstat (limited to 'src/tls/s6-tlsc-io.c')
-rw-r--r--src/tls/s6-tlsc-io.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tls/s6-tlsc-io.c b/src/tls/s6-tlsc-io.c
index 9098fdc..5dc56f8 100644
--- a/src/tls/s6-tlsc-io.c
+++ b/src/tls/s6-tlsc-io.c
@@ -98,7 +98,7 @@ int main (int argc, char const *const *argv, char const *const *envp)
static gol_arg const rgola[] =
{
{ .so = 'v', .lo = "verbosity", .i = GOLA_VERBOSITY },
- { .so = 'K', .lo = "kimeout", .i = GOLA_KIMEOUT },
+ { .so = 'K', .lo = "handshake-timeout", .i = GOLA_KIMEOUT },
{ .so = 'k', .lo = "servername", .i = GOLA_SERVERNAME },
{ .so = 'd', .lo = "notification-fd", .i = GOLA_NOTIF },
} ;
@@ -122,7 +122,7 @@ int main (int argc, char const *const *argv, char const *const *envp)
{
unsigned int kimeout ;
if (!uint0_scan(wgola[GOLA_KIMEOUT], &kimeout))
- strerr_dief2x(100, "kimeout", " must be an unsigned integer") ;
+ strerr_dief2x(100, "handshake-timeout", " must be an unsigned integer") ;
if (kimeout) tain_from_millisecs(&tto, kimeout) ;
}
if (wgola[GOLA_NOTIF])