summaryrefslogtreecommitdiff
path: root/tests/tls13/post-handshake-with-cert.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tls13/post-handshake-with-cert.c')
-rw-r--r--tests/tls13/post-handshake-with-cert.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/tls13/post-handshake-with-cert.c b/tests/tls13/post-handshake-with-cert.c
index 380a47cd29..8456e7441d 100644
--- a/tests/tls13/post-handshake-with-cert.c
+++ b/tests/tls13/post-handshake-with-cert.c
@@ -233,6 +233,9 @@ void doit(void)
int ret;
pid_t child;
+ /* re-enable when post-handshake authentication is available */
+ exit(77);
+
signal(SIGCHLD, ch_handler);
ret = socketpair(AF_UNIX, SOCK_STREAM, 0, fd);