Loading apps/apps.c +3 −0 Original line number Diff line number Diff line Loading @@ -2621,6 +2621,8 @@ BIO *bio_open_default_quiet(const char *filename, char mode, int format) void wait_for_async(SSL *s) { /* On Windows select only works for sockets, so we simply don't wait */ #ifndef OPENSSL_SYS_WINDOWS int width = 0; fd_set asyncfds; OSSL_ASYNC_FD *fds; Loading @@ -2644,4 +2646,5 @@ void wait_for_async(SSL *s) fds++; } select(width, (void *)&asyncfds, NULL, NULL, NULL); #endif } Loading
apps/apps.c +3 −0 Original line number Diff line number Diff line Loading @@ -2621,6 +2621,8 @@ BIO *bio_open_default_quiet(const char *filename, char mode, int format) void wait_for_async(SSL *s) { /* On Windows select only works for sockets, so we simply don't wait */ #ifndef OPENSSL_SYS_WINDOWS int width = 0; fd_set asyncfds; OSSL_ASYNC_FD *fds; Loading @@ -2644,4 +2646,5 @@ void wait_for_async(SSL *s) fds++; } select(width, (void *)&asyncfds, NULL, NULL, NULL); #endif }