From 9c189782c9380fe77f40185b88aaca87d7272b03 Mon Sep 17 00:00:00 2001 From: Neil Horman Date: Mon, 20 Jan 2025 17:03:42 -0500 Subject: [PATCH] update docs with reference to SSL_set_ex_data MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Reviewed-by: Matt Caswell Reviewed-by: Tomas Mraz Reviewed-by: Saša Nedvědický (Merged from https://github.com/openssl/openssl/pull/26361) --- doc/man3/SSL_CTX_set_new_pending_conn_cb.pod | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/man3/SSL_CTX_set_new_pending_conn_cb.pod b/doc/man3/SSL_CTX_set_new_pending_conn_cb.pod index 2c9cd3db9f0..2a99f00f840 100644 --- a/doc/man3/SSL_CTX_set_new_pending_conn_cb.pod +++ b/doc/man3/SSL_CTX_set_new_pending_conn_cb.pod @@ -34,6 +34,10 @@ on a subsequent call to SSL_accept_connection(). A nonzero return value is treated as success, allowing the new connection to be enqueued to the accept queue. +=head1 SEE ALSO + +L + =head1 NOTES Callbacks in QUIC connections have some limitations to them that should be taken -- 2.47.2