diff options
| author | schwarze <> | 2023-04-11 16:58:43 +0000 | 
|---|---|---|
| committer | schwarze <> | 2023-04-11 16:58:43 +0000 | 
| commit | fdb1eca18c61c136a3750f89858caf1e54dc603a (patch) | |
| tree | 9e9844b4dbe0220ef1b7dcfafbf2775501b09d3c /src/lib/libcrypto/man/BIO_f_null.3 | |
| parent | f05406e95b3e348820f2039156864504f387cf32 (diff) | |
| download | openbsd-fdb1eca18c61c136a3750f89858caf1e54dc603a.tar.gz openbsd-fdb1eca18c61c136a3750f89858caf1e54dc603a.tar.bz2 openbsd-fdb1eca18c61c136a3750f89858caf1e54dc603a.zip | |
Document the RETURN VALUES of BIO_method_type(3) and BIO_method_name(3)
for the various BIO types.
Diffstat (limited to 'src/lib/libcrypto/man/BIO_f_null.3')
| -rw-r--r-- | src/lib/libcrypto/man/BIO_f_null.3 | 15 | 
1 files changed, 13 insertions, 2 deletions
| diff --git a/src/lib/libcrypto/man/BIO_f_null.3 b/src/lib/libcrypto/man/BIO_f_null.3 index 4944ced3a4..687d991b52 100644 --- a/src/lib/libcrypto/man/BIO_f_null.3 +++ b/src/lib/libcrypto/man/BIO_f_null.3 | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | .\" $OpenBSD: BIO_f_null.3,v 1.11 2022/12/23 16:59:39 schwarze Exp $ | 1 | .\" $OpenBSD: BIO_f_null.3,v 1.12 2023/04/11 16:58:43 schwarze Exp $ | 
| 2 | .\" full merge up to: OpenSSL e9b77246 Jan 20 19:58:49 2017 +0100 | 2 | .\" full merge up to: OpenSSL e9b77246 Jan 20 19:58:49 2017 +0100 | 
| 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: December 23 2022 $ | 51 | .Dd $Mdocdate: April 11 2023 $ | 
| 52 | .Dt BIO_F_NULL 3 | 52 | .Dt BIO_F_NULL 3 | 
| 53 | .Os | 53 | .Os | 
| 54 | .Sh NAME | 54 | .Sh NAME | 
| @@ -80,6 +80,17 @@ and any attempt to do so fails and returns | |||
| 80 | .Sh RETURN VALUES | 80 | .Sh RETURN VALUES | 
| 81 | .Fn BIO_f_null | 81 | .Fn BIO_f_null | 
| 82 | returns the null filter BIO method. | 82 | returns the null filter BIO method. | 
| 83 | .Pp | ||
| 84 | When called on a null filter BIO object, | ||
| 85 | .Xr BIO_method_type 3 | ||
| 86 | returns the constant | ||
| 87 | .Dv BIO_TYPE_NULL_FILTER | ||
| 88 | and | ||
| 89 | .Xr BIO_method_name 3 | ||
| 90 | returns a pointer to the static string | ||
| 91 | .Qq NULL filter , | ||
| 92 | not to be confused with a NUL string nor with a | ||
| 93 | .Dv NULL pointer . | ||
| 83 | .Sh SEE ALSO | 94 | .Sh SEE ALSO | 
| 84 | .Xr BIO_new 3 | 95 | .Xr BIO_new 3 | 
| 85 | .Sh HISTORY | 96 | .Sh HISTORY | 
