mirror of https://github.com/openssl/openssl.git
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:
parent
56b6ab094e
commit
9c189782c9
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue