Commit 5a2443ae authored by Matt Caswell's avatar Matt Caswell
Browse files

Add SSL_peek() and SSL_peek_ex() to NAME section

Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
parent 395cc5cd
Loading
Loading
Loading
Loading
+2 −1
Changes for doc/man3/SSL_read.pod: 2 added lines, 1 removed line.
Original line number Diff line number Diff line
@@ -2,7 +2,8 @@

=head1 NAME

SSL_read_ex, SSL_read - read bytes from a TLS/SSL connection
SSL_read_ex, SSL_read, SSL_peek_ex, SSL_peek
- read bytes from a TLS/SSL connection

=head1 SYNOPSIS