]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
update docs with reference to SSL_set_ex_data
authorNeil Horman <nhorman@openssl.org>
Mon, 20 Jan 2025 22:03:42 +0000 (17:03 -0500)
committerNeil Horman <nhorman@openssl.org>
Mon, 17 Feb 2025 16:27:33 +0000 (11:27 -0500)
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Saša Nedvědický <sashan@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/26361)

doc/man3/SSL_CTX_set_new_pending_conn_cb.pod

index 2c9cd3db9f0f22a85eb77fd1e12b309ab05bce19..2a99f00f840442b0821abc3c18c12709f7fdc70d 100644 (file)
@@ -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<SSL_set_ex_data(3)>
+
 =head1 NOTES
 
 Callbacks in QUIC connections have some limitations to them that should be taken