[openssl-commits] [openssl] master update

Matt Caswell matt at openssl.org
Wed Nov 16 10:25:52 UTC 2016


The branch master has been updated
       via  5a2443aee4c1bf583d19a2c5f68b87b52dcece7f (commit)
      from  395cc5cdbef001c9886719bd31dbe48bad839b5c (commit)


- Log -----------------------------------------------------------------
commit 5a2443aee4c1bf583d19a2c5f68b87b52dcece7f
Author: Matt Caswell <matt at openssl.org>
Date:   Mon Nov 14 11:37:36 2016 +0000

    Add SSL_peek() and SSL_peek_ex() to NAME section
    
    Reviewed-by: Rich Salz <rsalz at openssl.org>

-----------------------------------------------------------------------

Summary of changes:
 doc/man3/SSL_read.pod | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/doc/man3/SSL_read.pod b/doc/man3/SSL_read.pod
index f1c898a..e2490d4 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
 


More information about the openssl-commits mailing list