Skip to content

Commit

Permalink
Minor doc fix
Browse files Browse the repository at this point in the history
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Neil Horman <nhorman@openssl.org>
(Merged from #23334)
  • Loading branch information
hlandau committed Apr 19, 2024
1 parent 645f7a8 commit c4d3a0c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 12 deletions.
5 changes: 1 addition & 4 deletions doc/man3/SSL_new_listener.pod
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
16 changes: 8 additions & 8 deletions util/libssl.num
Original file line number Diff line number Diff line change
Expand Up @@ -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:

0 comments on commit c4d3a0c

Please sign in to comment.