curl/lib/vssh
Daniel Stenberg ef22d5c42a
libssh: skip the fake-close when libssh does the right thing
Starting in libssh 0.10.0 ssh_disconnect() will no longer close our
socket. Instead it will be kept alive as we want it, and it is our
responsibility to close it later.

Ref: #8718
Ref: https://gitlab.com/libssh/libssh-mirror/-/merge_requests/240
Closes #9021
2022-06-15 23:43:35 +02:00
..
libssh2.c
libssh.c libssh: skip the fake-close when libssh does the right thing 2022-06-15 23:43:35 +02:00
ssh.h libssh: skip the fake-close when libssh does the right thing 2022-06-15 23:43:35 +02:00
wolfssh.c