diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2020-11-22 21:49:58 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2020-11-22 21:49:58 +0000 |
commit | bae11b88357db72b19413cd05c62ac9242b9b597 (patch) | |
tree | e797f9d4ba09ece0b41cab424052915bee03052a /src/tls/s6-tlsc.c | |
parent | 4fb917263ac30373cb3e5dfe3e207369eb238def (diff) | |
download | s6-networking-bae11b88357db72b19413cd05c62ac9242b9b597.tar.xz |
Fix a few bugs. sbearssl appears to be working.
Diffstat (limited to 'src/tls/s6-tlsc.c')
-rw-r--r-- | src/tls/s6-tlsc.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 ; |