From 20bfd2238d90acdf527b2d03e6f39a6d4de4f97f Mon Sep 17 00:00:00 2001 From: schwarze <> Date: Sat, 17 Feb 2018 23:24:38 +0000 Subject: In bio.h rev. 1.31 2018/02/17 13:57:14, tb@ provided new functions BIO_meth_*(). Import the documentation from OpenSSL, with extensive tweaks by me. --- src/lib/libcrypto/man/BIO_read.3 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/lib/libcrypto/man/BIO_read.3') diff --git a/src/lib/libcrypto/man/BIO_read.3 b/src/lib/libcrypto/man/BIO_read.3 index 2da3728237..a58c1fa5ff 100644 --- a/src/lib/libcrypto/man/BIO_read.3 +++ b/src/lib/libcrypto/man/BIO_read.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: BIO_read.3,v 1.5 2016/12/06 14:45:08 schwarze Exp $ +.\" $OpenBSD: BIO_read.3,v 1.6 2018/02/17 23:24:38 schwarze Exp $ .\" OpenSSL 99d63d46 Oct 26 13:56:48 2016 -0400 .\" .\" This file was written by Dr. Stephen Henson . @@ -48,7 +48,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: December 6 2016 $ +.Dd $Mdocdate: February 17 2018 $ .Dt BIO_READ 3 .Os .Sh NAME @@ -165,5 +165,6 @@ In particular when the source/sink is non-blocking or of a certain type it may merely be an indication that no data is currently available and that the application should retry the operation later. .Sh SEE ALSO +.Xr BIO_meth_new 3 , .Xr BIO_new 3 , .Xr BIO_should_retry 3 -- cgit v1.2.3-55-g6feb