diff options
author | schwarze <> | 2023-04-11 16:58:43 +0000 |
---|---|---|
committer | schwarze <> | 2023-04-11 16:58:43 +0000 |
commit | c43fe94c7ff45bf51a6a8867f10613de66776668 (patch) | |
tree | 9e9844b4dbe0220ef1b7dcfafbf2775501b09d3c /src/lib/libcrypto/man/BIO_f_null.3 | |
parent | f9622124faa5bc560181521c8a4a2e50668c6b1d (diff) | |
download | openbsd-c43fe94c7ff45bf51a6a8867f10613de66776668.tar.gz openbsd-c43fe94c7ff45bf51a6a8867f10613de66776668.tar.bz2 openbsd-c43fe94c7ff45bf51a6a8867f10613de66776668.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 |