projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
395cc5c
)
Add SSL_peek() and SSL_peek_ex() to NAME section
author
Matt Caswell
<matt@openssl.org>
Mon, 14 Nov 2016 11:37:36 +0000
(11:37 +0000)
committer
Matt 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
patch
|
blob
|
history
diff --git
a/doc/man3/SSL_read.pod
b/doc/man3/SSL_read.pod
index f1c898a472677ff29467a76dfea65ca1ee5f663d..e2490d4f47527206db6b779aed8b9e3ffc1a1155 100644
(file)
--- 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