diff options
author | Matt Caswell <matt@openssl.org> | 2016-10-20 10:56:18 +0200 |
---|---|---|
committer | Matt Caswell <matt@openssl.org> | 2016-10-28 10:48:54 +0200 |
commit | b055fceb9bd8f613f39dab9df4d77b2a95231755 (patch) | |
tree | a772ae80ddbbc7e830c380ff30f7ceb453cd2e2f /doc/man3/BIO_f_buffer.pod | |
parent | Ensure all BIO functions call the new style callback (diff) | |
download | openssl-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.pod | 2 |
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). |