Commit a1a9c61a9e for openssl.org

commit a1a9c61a9efea6c08d6144019504ccbf9ac18eba
Author: Neil Horman <nhorman@openssl.org>
Date:   Tue Apr 15 12:31:05 2025 -0400

    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)

diff --git a/include/openssl/ssl.h.in b/include/openssl/ssl.h.in
index 6f642746dd..ca2fc953d8 100644
--- a/include/openssl/ssl.h.in
+++ b/include/openssl/ssl.h.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