summaryrefslogtreecommitdiff
path: root/tests/tls12-rehandshake-cert-2.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tls12-rehandshake-cert-2.c')
-rw-r--r--tests/tls12-rehandshake-cert-2.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/tls12-rehandshake-cert-2.c b/tests/tls12-rehandshake-cert-2.c
index ab48556110..f21f2cbd33 100644
--- a/tests/tls12-rehandshake-cert-2.c
+++ b/tests/tls12-rehandshake-cert-2.c
@@ -52,7 +52,8 @@ int main()
static void terminate(void);
-/* This program tests client and server initiated rehandshake.
+/* This program tests client and server initiated rehandshake
+ * behavior when they are refused by the peer.
*/
static void server_log_func(int level, const char *str)
@@ -395,7 +396,7 @@ void doit(void)
signal(SIGCHLD, ch_handler);
signal(SIGPIPE, SIG_IGN);
-// start(0);
+ start(0);
start(1);
}