summaryrefslogtreecommitdiffstats
path: root/doc/man3/BIO_f_buffer.pod
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2016-10-20 10:56:18 +0200
committerMatt Caswell <matt@openssl.org>2016-10-28 10:48:54 +0200
commitb055fceb9bd8f613f39dab9df4d77b2a95231755 (patch)
treea772ae80ddbbc7e830c380ff30f7ceb453cd2e2f /doc/man3/BIO_f_buffer.pod
parentEnsure all BIO functions call the new style callback (diff)
downloadopenssl-b055fceb9bd8f613f39dab9df4d77b2a95231755.tar.xz
openssl-b055fceb9bd8f613f39dab9df4d77b2a95231755.zip
Document the new BIO functions introduced as part of the size_t work
Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'doc/man3/BIO_f_buffer.pod')
-rw-r--r--doc/man3/BIO_f_buffer.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man3/BIO_f_buffer.pod b/doc/man3/BIO_f_buffer.pod
index 3224710942..9c178ce667 100644
--- a/doc/man3/BIO_f_buffer.pod
+++ b/doc/man3/BIO_f_buffer.pod
@@ -49,7 +49,7 @@ is expanded.
These functions, other than BIO_f_buffer(), are implemented as macros.
-Buffering BIOs implement BIO_gets() by using BIO_read() operations on the
+Buffering BIOs implement BIO_gets() by using BIO_read_ex() operations on the
next BIO in the chain. By prepending a buffering BIO to a chain it is therefore
possible to provide BIO_gets() functionality if the following BIOs do not
support it (for example SSL BIOs).