summaryrefslogtreecommitdiff
path: root/tests/tls12-rehandshake-cert-3.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tls12-rehandshake-cert-3.c')
-rw-r--r--tests/tls12-rehandshake-cert-3.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/tls12-rehandshake-cert-3.c b/tests/tls12-rehandshake-cert-3.c
index 1d3d61fc9a..4fcbc6c3ae 100644
--- a/tests/tls12-rehandshake-cert-3.c
+++ b/tests/tls12-rehandshake-cert-3.c
@@ -167,6 +167,7 @@ pid_t child;
static void terminate(void)
{
+ assert(child);
kill(child, SIGTERM);
exit(1);
}