Don't require SSL_listen_ex to have its return value checked

Reviewed-by: Saša Nedvědický <sashan@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/27397)
This commit is contained in:
Neil Horman
2025-04-15 12:31:05 -04:00
parent a47c685ea7
commit a1a9c61a9e

View File

@@ -2578,8 +2578,7 @@ void SSL_trace(int write_p, int version, int content_type,
int DTLSv1_listen(SSL *s, BIO_ADDR *client);
# endif
__owur int SSL_listen_ex(SSL *listener, SSL *new_conn);
int SSL_listen_ex(SSL *listener, SSL *new_conn);
# ifndef OPENSSL_NO_CT