summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/BIO_s_bio.3
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/man/BIO_s_bio.3')
-rw-r--r--src/lib/libcrypto/man/BIO_s_bio.313
1 files changed, 11 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/BIO_s_bio.3 b/src/lib/libcrypto/man/BIO_s_bio.3
index 227828e2f9..d009b3d374 100644
--- a/src/lib/libcrypto/man/BIO_s_bio.3
+++ b/src/lib/libcrypto/man/BIO_s_bio.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: BIO_s_bio.3,v 1.16 2022/12/21 15:08:37 schwarze Exp $ 1.\" $OpenBSD: BIO_s_bio.3,v 1.17 2023/04/11 16:58:43 schwarze Exp $
2.\" full merge up to: OpenSSL 99d63d46 Oct 26 13:56:48 2016 -0400 2.\" full merge up to: OpenSSL 99d63d46 Oct 26 13:56:48 2016 -0400
3.\" 3.\"
4.\" This file was written by 4.\" This file was written by
@@ -53,7 +53,7 @@
53.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 53.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
54.\" OF THE POSSIBILITY OF SUCH DAMAGE. 54.\" OF THE POSSIBILITY OF SUCH DAMAGE.
55.\" 55.\"
56.Dd $Mdocdate: December 21 2022 $ 56.Dd $Mdocdate: April 11 2023 $
57.Dt BIO_S_BIO 3 57.Dt BIO_S_BIO 3
58.Os 58.Os
59.Sh NAME 59.Sh NAME
@@ -316,6 +316,15 @@ or 0 on failure, with NULL pointers stored into the locations for
316and 316and
317.Fa bio2 . 317.Fa bio2 .
318Check the error stack for more information. 318Check the error stack for more information.
319.Pp
320When called on a BIO pair BIO object,
321.Xr BIO_method_type 3
322returns the constant
323.Dv BIO_TYPE_BIO
324and
325.Xr BIO_method_name 3
326returns a pointer to the static string
327.Qq BIO pair .
319.\" XXX More return values need to be added here. 328.\" XXX More return values need to be added here.
320.Sh EXAMPLES 329.Sh EXAMPLES
321The BIO pair can be used to have full control 330The BIO pair can be used to have full control