summaryrefslogtreecommitdiff
path: root/src/stls/stls_handshake.c
diff options
context:
space:
mode:
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 } ;