mirror of
https://github.com/openssl/openssl.git
synced 2026-01-18 17:11:31 +01:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user