diff options
author | Matt Caswell <matt@openssl.org> | 2016-11-14 12:37:36 +0100 |
---|---|---|
committer | Matt Caswell <matt@openssl.org> | 2016-11-16 11:25:31 +0100 |
commit | 5a2443aee4c1bf583d19a2c5f68b87b52dcece7f (patch) | |
tree | ced1434e6b64a1c7d896deb180bcbe6d8fef5a60 /doc/man3/SSL_read.pod | |
parent | Fix a typo in a comment (diff) | |
download | openssl-5a2443aee4c1bf583d19a2c5f68b87b52dcece7f.tar.xz openssl-5a2443aee4c1bf583d19a2c5f68b87b52dcece7f.zip |
Add SSL_peek() and SSL_peek_ex() to NAME section
Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to '')
-rw-r--r-- | doc/man3/SSL_read.pod | 3 |
1 files changed, 2 insertions, 1 deletions
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 |