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_s_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_s_null.3')
| -rw-r--r-- | src/lib/libcrypto/man/BIO_s_null.3 | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/BIO_s_null.3 b/src/lib/libcrypto/man/BIO_s_null.3 index 260d2799a7..6e7cad6d37 100644 --- a/src/lib/libcrypto/man/BIO_s_null.3 +++ b/src/lib/libcrypto/man/BIO_s_null.3 | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | .\" $OpenBSD: BIO_s_null.3,v 1.9 2022/12/22 16:38:45 schwarze Exp $ | 1 | .\" $OpenBSD: BIO_s_null.3,v 1.10 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 22 2022 $ | 51 | .Dd $Mdocdate: April 11 2023 $ |
| 52 | .Dt BIO_S_NULL 3 | 52 | .Dt BIO_S_NULL 3 |
| 53 | .Os | 53 | .Os |
| 54 | .Sh NAME | 54 | .Sh NAME |
| @@ -81,6 +81,18 @@ this can be achieved by adding a null sink BIO to the end of the chain. | |||
| 81 | .Sh RETURN VALUES | 81 | .Sh RETURN VALUES |
| 82 | .Fn BIO_s_null | 82 | .Fn BIO_s_null |
| 83 | returns the null sink BIO method. | 83 | returns the null sink BIO method. |
| 84 | .Pp | ||
| 85 | When called on a null sink BIO object, | ||
| 86 | .Xr BIO_method_type 3 | ||
| 87 | returns the constant | ||
| 88 | .Dv BIO_TYPE_NULL | ||
| 89 | and | ||
| 90 | .Xr BIO_method_name 3 | ||
| 91 | returns a pointer to the static string | ||
| 92 | .Qq NULL , | ||
| 93 | not to be confused with a NUL string nor with a | ||
| 94 | .Dv NULL | ||
| 95 | pointer. | ||
| 84 | .Sh SEE ALSO | 96 | .Sh SEE ALSO |
| 85 | .Xr BIO_new 3 | 97 | .Xr BIO_new 3 |
| 86 | .Sh HISTORY | 98 | .Sh HISTORY |
