Loading apps/s_server.c +1 −1 Original line number Diff line number Diff line Loading @@ -2014,7 +2014,7 @@ static void wait_for_async(SSL *s) fd_set asyncfds; fd = SSL_get_async_wait_fd(s); if (!fd) if (fd < 0) return; width = fd + 1; Loading ssl/ssl_lib.c +1 −1 Original line number Diff line number Diff line Loading @@ -934,7 +934,7 @@ int SSL_waiting_for_async(SSL *s) int SSL_get_async_wait_fd(SSL *s) { if (!s->job) return 0; return -1; return ASYNC_get_wait_fd(s->job); } Loading Loading
apps/s_server.c +1 −1 Original line number Diff line number Diff line Loading @@ -2014,7 +2014,7 @@ static void wait_for_async(SSL *s) fd_set asyncfds; fd = SSL_get_async_wait_fd(s); if (!fd) if (fd < 0) return; width = fd + 1; Loading
ssl/ssl_lib.c +1 −1 Original line number Diff line number Diff line Loading @@ -934,7 +934,7 @@ int SSL_waiting_for_async(SSL *s) int SSL_get_async_wait_fd(SSL *s) { if (!s->job) return 0; return -1; return ASYNC_get_wait_fd(s->job); } Loading