summaryrefslogtreecommitdiff
path: root/tests/tls13/hello_random_value.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tls13/hello_random_value.c')
-rw-r--r--tests/tls13/hello_random_value.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tls13/hello_random_value.c b/tests/tls13/hello_random_value.c
index e14b4e786e..b0ef0b2309 100644
--- a/tests/tls13/hello_random_value.c
+++ b/tests/tls13/hello_random_value.c
@@ -248,7 +248,7 @@ void doit(void)
}
if (child) {
- int status;
+ int status = 0;
/* parent */
close(sockets[1]);
client(sockets[0]);