diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2023-11-12 10:58:36 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2023-11-12 10:58:36 +0000 |
commit | d8ca717da164c3e76ebb56c954d0a08544955601 (patch) | |
tree | 9bfa71e42e48a7f3be845676779301f32a05833e /src/tls/s6-tlsc-io.c | |
parent | e58d005e2a579cf51d191e8f53eea98fb5bda7aa (diff) | |
download | s6-networking-d8ca717da164c3e76ebb56c954d0a08544955601.tar.xz |
Fix sbearssl_run even more
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'src/tls/s6-tlsc-io.c')
-rw-r--r-- | src/tls/s6-tlsc-io.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tls/s6-tlsc-io.c b/src/tls/s6-tlsc-io.c index 57b1442..e64c014 100644 --- a/src/tls/s6-tlsc-io.c +++ b/src/tls/s6-tlsc-io.c @@ -69,11 +69,11 @@ int main (int argc, char const *const *argv, char const *const *envp) { char const *servername = 0 ; tain tto ; - int fds[4] = { 0, 1, 6, 7 } ; + int fds[4] = { 0, 1 } ; unsigned int verbosity = 1 ; unsigned int notif = 0 ; uint32_t preoptions = 0 ; - uint32_t options = 2 ; + uint32_t options = 0 ; PROG = "s6-tlsc-io" ; { |