Minor doc fix

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Neil Horman <nhorman@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/23334)
This commit is contained in:
Hugo Landau 2024-03-21 10:44:04 +00:00
parent 645f7a8d12
commit c4d3a0cca2
No known key found for this signature in database
GPG Key ID: 3D30A3A9FF1360DC
2 changed files with 9 additions and 12 deletions

View File

@ -192,10 +192,7 @@ L<SSL_set_blocking_mode(3)>
=head1 HISTORY
OSSL_QUIC_client_method() and OSSL_QUIC_client_thread_method() were added in
OpenSSL 3.2.
OSSL_QUIC_server_method() was added in OpenSSL @VERSION_QUIC_SERVER@.
These functions were added in OpenSSL @VERSION_QUIC_SERVER@.
=head1 COPYRIGHT

View File

@ -583,11 +583,11 @@ SSL_set_value_uint 583 3_3_0 EXIST::FUNCTION:
SSL_poll 584 3_3_0 EXIST::FUNCTION:
SSL_SESSION_get_time_ex 585 3_3_0 EXIST::FUNCTION:
SSL_SESSION_set_time_ex 586 3_3_0 EXIST::FUNCTION:
OSSL_QUIC_server_method ? 3_3_0 EXIST::FUNCTION:QUIC
SSL_is_listener ? 3_3_0 EXIST::FUNCTION:
SSL_get0_listener ? 3_3_0 EXIST::FUNCTION:
SSL_new_listener ? 3_3_0 EXIST::FUNCTION:
SSL_accept_connection ? 3_3_0 EXIST::FUNCTION:
SSL_get_accept_connection_queue_len ? 3_3_0 EXIST::FUNCTION:
SSL_listen ? 3_3_0 EXIST::FUNCTION:
SSL_new_from_listener ? 3_3_0 EXIST::FUNCTION:
OSSL_QUIC_server_method ? 3_4_0 EXIST::FUNCTION:QUIC
SSL_is_listener ? 3_4_0 EXIST::FUNCTION:
SSL_get0_listener ? 3_4_0 EXIST::FUNCTION:
SSL_new_listener ? 3_4_0 EXIST::FUNCTION:
SSL_accept_connection ? 3_4_0 EXIST::FUNCTION:
SSL_get_accept_connection_queue_len ? 3_4_0 EXIST::FUNCTION:
SSL_listen ? 3_4_0 EXIST::FUNCTION:
SSL_new_from_listener ? 3_4_0 EXIST::FUNCTION: