summaryrefslogtreecommitdiff
path: root/tests/client-fastopen.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/client-fastopen.c')
-rw-r--r--tests/client-fastopen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/client-fastopen.c b/tests/client-fastopen.c
index 507d425e13..863f12a19e 100644
--- a/tests/client-fastopen.c
+++ b/tests/client-fastopen.c
@@ -93,7 +93,7 @@ static void client(int fd, struct sockaddr *connect_addr, socklen_t connect_addr
gnutls_credentials_set(session, GNUTLS_CRD_CERTIFICATE, xcred);
- gnutls_transport_set_fastopen(session, fd, connect_addr, connect_addrlen);
+ gnutls_transport_set_fastopen(session, fd, connect_addr, connect_addrlen, 0);
/* Perform the TLS handshake
*/