From: Dr. Stephen Henson Date: Mon, 3 May 2010 15:29:38 +0000 (+0000) Subject: PR: 2252 X-Git-Tag: OpenSSL_0_9_8o~16 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=6e19895972a153c44fa2b2a708eb442ff2df9a0a;p=oweals%2Fopenssl.git PR: 2252 Submitted By: Ger Hobbelt Update docs to BIO_f_buffer() --- diff --git a/doc/crypto/BIO_f_buffer.pod b/doc/crypto/BIO_f_buffer.pod index c9093c6a57..c0dccf1abe 100644 --- a/doc/crypto/BIO_f_buffer.pod +++ b/doc/crypto/BIO_f_buffer.pod @@ -31,7 +31,7 @@ BIO_get_buffer_num_lines() returns the number of lines currently buffered. BIO_set_read_buffer_size(), BIO_set_write_buffer_size() and BIO_set_buffer_size() set the read, write or both read and write buffer sizes to B. The initial -buffer size is DEFAULT_BUFFER_SIZE, currently 1024. Any attempt to reduce the +buffer size is DEFAULT_BUFFER_SIZE, currently 4096. Any attempt to reduce the buffer size below DEFAULT_BUFFER_SIZE is ignored. Any buffered data is cleared when the buffer is resized. @@ -66,4 +66,9 @@ there was an error. =head1 SEE ALSO -TBA +L, +L, +L, +L, +L, +L