From 9a5cabfd84440d400ee20ae817709b31b88962c6 Mon Sep 17 00:00:00 2001 From: schwarze <> Date: Thu, 9 Dec 2021 18:42:35 +0000 Subject: document V_ASN1_NULL --- src/lib/libcrypto/man/ASN1_NULL_new.3 | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'src/lib') diff --git a/src/lib/libcrypto/man/ASN1_NULL_new.3 b/src/lib/libcrypto/man/ASN1_NULL_new.3 index a5162aac41..b4d2428ed1 100644 --- a/src/lib/libcrypto/man/ASN1_NULL_new.3 +++ b/src/lib/libcrypto/man/ASN1_NULL_new.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ASN1_NULL_new.3,v 1.2 2021/11/22 19:32:32 job Exp $ +.\" $OpenBSD: ASN1_NULL_new.3,v 1.3 2021/12/09 18:42:35 schwarze Exp $ .\" .\" Copyright (c) 2021 Ingo Schwarze .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: November 22 2021 $ +.Dd $Mdocdate: December 9 2021 $ .Dt ASN1_NULL_NEW 3 .Os .Sh NAME @@ -47,6 +47,10 @@ obtained from .Fn ASN1_NULL_new to this function. But even if a valid pointer is passed, that pointer does not become invalid. +.Pp +The ASN.1 NULL type is also represented by the +.Dv V_ASN1_NULL +type identifier constant. .Sh SEE ALSO .Xr ASN1_item_new 3 , .Xr d2i_ASN1_NULL 3 -- cgit v1.2.3-55-g6feb