From: Matt Caswell Date: Mon, 14 Nov 2016 11:37:36 +0000 (+0000) Subject: Add SSL_peek() and SSL_peek_ex() to NAME section X-Git-Tag: OpenSSL_1_1_1-pre1~3038 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a2443aee4c1bf583d19a2c5f68b87b52dcece7f;p=thirdparty%2Fopenssl.git Add SSL_peek() and SSL_peek_ex() to NAME section Reviewed-by: Rich Salz --- diff --git a/doc/man3/SSL_read.pod b/doc/man3/SSL_read.pod index f1c898a4726..e2490d4f475 100644 --- a/doc/man3/SSL_read.pod +++ b/doc/man3/SSL_read.pod @@ -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