aboutsummaryrefslogtreecommitdiffstats
path: root/doc/crypto
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2000-11-10 07:50:18 +0000
committerBodo Möller <bodo@openssl.org>2000-11-10 07:50:18 +0000
commitcb4ae6c0d35cf60c7b4fe77bfe83a62d2d47eec5 (patch)
tree55386726f24e442d8a53fe5a8e022737beba0bb4 /doc/crypto
parent359fd02fec732a9b15ff291d4e78c114644441f4 (diff)
downloadopenssl-cb4ae6c0d35cf60c7b4fe77bfe83a62d2d47eec5.tar.gz
Point to SSL_set_bio(3) early because that manpage provides
information that is essential for using BIO pairs.
Diffstat (limited to 'doc/crypto')
-rw-r--r--doc/crypto/BIO_new_bio_pair.pod3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/crypto/BIO_new_bio_pair.pod b/doc/crypto/BIO_new_bio_pair.pod
index ad7aac66ab..58a3fb2a9d 100644
--- a/doc/crypto/BIO_new_bio_pair.pod
+++ b/doc/crypto/BIO_new_bio_pair.pod
@@ -12,7 +12,8 @@ BIO_new_bio_pair - create a new BIO pair
=head1 DESCRIPTION
-BIO_new_bio_pair() creates a buffering BIO pair. It has two endpoints between which
+BIO_new_bio_pair() creates a buffering BIO pair based on the
+L<SSL_set_bio(3)|SSL_set_bio(3)> method. The BIO pair has two endpoints between which
data can be buffered. Its typical use is to connect one endpoint as underlying
input/output BIO to an SSL and access the other one controlled by the program
instead of accessing the network connection directly.