From 76b64593ee91c512210fed9c9502619ec82d1d5b Mon Sep 17 00:00:00 2001 From: tb Date: Wed, 27 Apr 2022 08:06:37 +0000 Subject: [PATCH] ASN1_{,const_}check_infinite_end(3) were removed in the last major bump, so there's no longer a need to document that they are undocumented. --- lib/libcrypto/man/ASN1_item_d2i.3 | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/lib/libcrypto/man/ASN1_item_d2i.3 b/lib/libcrypto/man/ASN1_item_d2i.3 index 249ca64825a..1e86d0b5c64 100644 --- a/lib/libcrypto/man/ASN1_item_d2i.3 +++ b/lib/libcrypto/man/ASN1_item_d2i.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ASN1_item_d2i.3,v 1.15 2021/11/28 14:32:34 schwarze Exp $ +.\" $OpenBSD: ASN1_item_d2i.3,v 1.16 2022/04/27 08:06:37 tb Exp $ .\" selective merge up to: .\" OpenSSL doc/man3/d2i_X509.pod 256989ce Jun 19 15:00:32 2020 +0200 .\" @@ -66,7 +66,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: November 28 2021 $ +.Dd $Mdocdate: April 27 2022 $ .Dt ASN1_ITEM_D2I 3 .Os .Sh NAME @@ -82,9 +82,6 @@ .Nm ASN1_item_dup , .Nm ASN1_item_print .Nd decode and encode ASN.1 objects -.\" The functions ASN1_check_infinite_end and ASN1_const_check_infinite_end -.\" are intentionally undocumented because they are trivial -.\" and usused in real-world software. .Sh SYNOPSIS .In openssl/asn1.h .Ft ASN1_VALUE * -- 2.20.1