summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/BIO_f_null.3
diff options
context:
space:
mode:
authorjmc <>2016-11-07 15:52:47 +0000
committerjmc <>2016-11-07 15:52:47 +0000
commit94a8013c0e6b484829cc3c8b697578760ad01405 (patch)
tree8e0eba7cbf154c12c52f4456e7f1e277c6e71d31 /src/lib/libcrypto/man/BIO_f_null.3
parente638403f591087e1ef609e3bc88e3028a97af60e (diff)
downloadopenbsd-94a8013c0e6b484829cc3c8b697578760ad01405.tar.gz
openbsd-94a8013c0e6b484829cc3c8b697578760ad01405.tar.bz2
openbsd-94a8013c0e6b484829cc3c8b697578760ad01405.zip
various cleanup;
Diffstat (limited to 'src/lib/libcrypto/man/BIO_f_null.3')
-rw-r--r--src/lib/libcrypto/man/BIO_f_null.37
1 files changed, 3 insertions, 4 deletions
diff --git a/src/lib/libcrypto/man/BIO_f_null.3 b/src/lib/libcrypto/man/BIO_f_null.3
index 236d233e57..8e1e58f159 100644
--- a/src/lib/libcrypto/man/BIO_f_null.3
+++ b/src/lib/libcrypto/man/BIO_f_null.3
@@ -1,6 +1,6 @@
1.\" $OpenBSD: BIO_f_null.3,v 1.3 2016/11/06 15:52:50 jmc Exp $ 1.\" $OpenBSD: BIO_f_null.3,v 1.4 2016/11/07 15:52:47 jmc Exp $
2.\" 2.\"
3.Dd $Mdocdate: November 6 2016 $ 3.Dd $Mdocdate: November 7 2016 $
4.Dt BIO_F_NULL 3 4.Dt BIO_F_NULL 3
5.Os 5.Os
6.Sh NAME 6.Sh NAME
@@ -16,12 +16,11 @@
16.Fn BIO_f_null 16.Fn BIO_f_null
17returns the null filter BIO method. 17returns the null filter BIO method.
18This is a filter BIO that does nothing. 18This is a filter BIO that does nothing.
19As may be apparent, a null filter BIO is not particularly useful.
19.Pp 20.Pp
20All requests to a null filter BIO are passed through to the next BIO 21All requests to a null filter BIO are passed through to the next BIO
21in the chain: this means that a BIO chain containing a null filter BIO 22in the chain: this means that a BIO chain containing a null filter BIO
22behaves just as though the BIO was not there. 23behaves just as though the BIO was not there.
23.Sh NOTES
24As may be apparent, a null filter BIO is not particularly useful.
25.Sh RETURN VALUES 24.Sh RETURN VALUES
26.Fn BIO_f_null 25.Fn BIO_f_null
27returns the null filter BIO method. 26returns the null filter BIO method.