Add SSL_peek() and SSL_peek_ex() to NAME section

Reviewed-by: Rich Salz <rsalz@openssl.org>
This commit is contained in:
Matt Caswell 2016-11-14 11:37:36 +00:00
parent 395cc5cdbe
commit 5a2443aee4

View File

@ -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