diff options
Diffstat (limited to 'src/lib/libcrypto/man/BIO_f_null.3')
| -rw-r--r-- | src/lib/libcrypto/man/BIO_f_null.3 | 7 |
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 |
| 17 | returns the null filter BIO method. | 17 | returns the null filter BIO method. |
| 18 | This is a filter BIO that does nothing. | 18 | This is a filter BIO that does nothing. |
| 19 | As may be apparent, a null filter BIO is not particularly useful. | ||
| 19 | .Pp | 20 | .Pp |
| 20 | All requests to a null filter BIO are passed through to the next BIO | 21 | All requests to a null filter BIO are passed through to the next BIO |
| 21 | in the chain: this means that a BIO chain containing a null filter BIO | 22 | in the chain: this means that a BIO chain containing a null filter BIO |
| 22 | behaves just as though the BIO was not there. | 23 | behaves just as though the BIO was not there. |
| 23 | .Sh NOTES | ||
| 24 | As 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 |
| 27 | returns the null filter BIO method. | 26 | returns the null filter BIO method. |
