summaryrefslogtreecommitdiff
path: root/src/stls/stls_handshake.c
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2021-08-10 00:26:41 +0000
committerLaurent Bercot <ska@appnovation.com>2021-08-10 00:26:41 +0000
commitfb68edd32df2e2d9b4e8eae813ce6c60d82b4204 (patch)
tree325aade56f0bc4578e1c7da190af629da1af242f /src/stls/stls_handshake.c
parent260f1feffc8d48f1181929ce12a9f2cb65a2a5cb (diff)
downloads6-networking-fb68edd32df2e2d9b4e8eae813ce6c60d82b4204.tar.xz
Adapt to skalibs-2.11.0.0
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'src/stls/stls_handshake.c')
-rw-r--r--src/stls/stls_handshake.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stls/stls_handshake.c b/src/stls/stls_handshake.c
index 989a167..5e965b1 100644
--- a/src/stls/stls_handshake.c
+++ b/src/stls/stls_handshake.c
@@ -17,7 +17,7 @@ static void alrm_handler (int sig)
strerr_dief1x(98, "handshake timed out") ;
}
-void stls_handshake (struct tls *ctx, tain_t const *tto)
+void stls_handshake (struct tls *ctx, tain const *tto)
{
struct sigaction saold ;
struct sigaction sanew = { .sa_handler = &alrm_handler, .sa_flags = SA_RESTART, .sa_sigaction = 0 } ;