Add SSL_peek() and SSL_peek_ex() to NAME section
authorMatt Caswell <matt@openssl.org>
Mon, 14 Nov 2016 11:37:36 +0000 (11:37 +0000)
committerMatt Caswell <matt@openssl.org>
Wed, 16 Nov 2016 10:25:31 +0000 (10:25 +0000)
Reviewed-by: Rich Salz <rsalz@openssl.org>
doc/man3/SSL_read.pod

index f1c898a472677ff29467a76dfea65ca1ee5f663d..e2490d4f47527206db6b779aed8b9e3ffc1a1155 100644 (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