From bae11b88357db72b19413cd05c62ac9242b9b597 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Sun, 22 Nov 2020 21:49:58 +0000 Subject: Fix a few bugs. sbearssl appears to be working. --- src/tls/s6-tlsc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tls/s6-tlsc.c') diff --git a/src/tls/s6-tlsc.c b/src/tls/s6-tlsc.c index 5b2e7dc..08a2ab2 100644 --- a/src/tls/s6-tlsc.c +++ b/src/tls/s6-tlsc.c @@ -33,7 +33,7 @@ int main (int argc, char const *const *argv) { unsigned int verbosity = 1 ; unsigned int kimeout = 0 ; - int p[4][2] ; + int p[4][2] = { [3] = { 6, 7 } } ; uint32_t coptions = 0 ; uint32_t poptions = 1 ; pid_t pid ; -- cgit v1.3.1