mirror of
https://repo.or.cz/socat.git
synced 2025-07-10 14:12:58 +00:00
Protect SSL_connect(); Nanosleep() with decimal output
This commit is contained in:
parent
416fe38e33
commit
ed11b3d2c5
5 changed files with 38 additions and 18 deletions
1
sslcls.c
1
sslcls.c
|
@ -368,6 +368,7 @@ int sycSSL_connect(SSL *ssl) {
|
|||
int result;
|
||||
Debug1("SSL_connect(%p)", ssl);
|
||||
result = SSL_connect(ssl);
|
||||
if (!diag_in_handler) diag_flush();
|
||||
Debug1("SSL_connect() -> %d", result);
|
||||
return result;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue