]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Don't require SSL_listen_ex to have its return value checked
authorNeil Horman <nhorman@openssl.org>
Tue, 15 Apr 2025 16:31:05 +0000 (12:31 -0400)
committerNeil Horman <nhorman@openssl.org>
Fri, 5 Dec 2025 15:13:25 +0000 (10:13 -0500)
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)

include/openssl/ssl.h.in

index 6f642746dd6fde054851b65df7af2146b94655dc..ca2fc953d861332ff7b5425370d6d0d3b064768e 100644 (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