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: https://git.librecmc.org/?a=commitdiff_plain;h=5a2443aee4c1bf583d19a2c5f68b87b52dcece7f;p=oweals%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 f1c898a472..e2490d4f47 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