mirror of
https://repo.or.cz/socat.git
synced 2025-07-05 12:46:32 +00:00
version 1.7.1.0
This commit is contained in:
parent
6e4db297ae
commit
7c2039ada8
10 changed files with 21 additions and 18 deletions
|
@ -59,9 +59,10 @@ int xioshutdown(xiofile_t *sock, int how) {
|
|||
default: ;
|
||||
}
|
||||
|
||||
|
||||
if (false) {
|
||||
;
|
||||
#if WITH_OPENSSL
|
||||
if ((sock->stream.dtype & XIODATA_MASK) == XIODATA_OPENSSL) {
|
||||
} else if ((sock->stream.dtype & XIODATA_MASK) == XIODATA_OPENSSL) {
|
||||
sycSSL_shutdown (sock->stream.para.openssl.ssl);
|
||||
/*! what about half/full close? */
|
||||
#endif /* WITH_OPENSSL */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue