update docs with reference to SSL_set_ex_data

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)
This commit is contained in:
Neil Horman 2025-01-20 17:03:42 -05:00
parent 56b6ab094e
commit 9c189782c9
1 changed files with 4 additions and 0 deletions

View 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