diff options
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 |