summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/BIO_read.3
diff options
context:
space:
mode:
authorschwarze <>2016-12-06 14:45:08 +0000
committerschwarze <>2016-12-06 14:45:08 +0000
commitaeca9b78b5a0255a748950523ea2a86e295f3948 (patch)
treebb8530b8b5d1b176be340ddb87facff1e4807e52 /src/lib/libcrypto/man/BIO_read.3
parenta9f376f6401745b2c598c1ee411f19ce8b26a17c (diff)
downloadopenbsd-aeca9b78b5a0255a748950523ea2a86e295f3948.tar.gz
openbsd-aeca9b78b5a0255a748950523ea2a86e295f3948.tar.bz2
openbsd-aeca9b78b5a0255a748950523ea2a86e295f3948.zip
make sure that all the BIO pages point back to the master page BIO_new(3)
Diffstat (limited to 'src/lib/libcrypto/man/BIO_read.3')
-rw-r--r--src/lib/libcrypto/man/BIO_read.35
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/BIO_read.3 b/src/lib/libcrypto/man/BIO_read.3
index 896e41dd43..2da3728237 100644
--- a/src/lib/libcrypto/man/BIO_read.3
+++ b/src/lib/libcrypto/man/BIO_read.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: BIO_read.3,v 1.4 2016/11/18 18:44:11 schwarze Exp $ 1.\" $OpenBSD: BIO_read.3,v 1.5 2016/12/06 14:45:08 schwarze Exp $
2.\" OpenSSL 99d63d46 Oct 26 13:56:48 2016 -0400 2.\" OpenSSL 99d63d46 Oct 26 13:56:48 2016 -0400
3.\" 3.\"
4.\" This file was written by Dr. Stephen Henson <steve@openssl.org>. 4.\" This file was written by Dr. Stephen Henson <steve@openssl.org>.
@@ -48,7 +48,7 @@
48.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 48.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
49.\" OF THE POSSIBILITY OF SUCH DAMAGE. 49.\" OF THE POSSIBILITY OF SUCH DAMAGE.
50.\" 50.\"
51.Dd $Mdocdate: November 18 2016 $ 51.Dd $Mdocdate: December 6 2016 $
52.Dt BIO_READ 3 52.Dt BIO_READ 3
53.Os 53.Os
54.Sh NAME 54.Sh NAME
@@ -165,4 +165,5 @@ In particular when the source/sink is non-blocking or of a certain type
165it may merely be an indication that no data is currently available and that 165it may merely be an indication that no data is currently available and that
166the application should retry the operation later. 166the application should retry the operation later.
167.Sh SEE ALSO 167.Sh SEE ALSO
168.Xr BIO_new 3 ,
168.Xr BIO_should_retry 3 169.Xr BIO_should_retry 3