From 1e76f1600e3603321cc6c0eceef64bae9f8586fd Mon Sep 17 00:00:00 2001 From: tb Date: Thu, 21 Dec 2023 21:23:37 +0000 Subject: [PATCH] Mark some API-to-be-removed as intentionally undocumented --- lib/libcrypto/man/ASN1_STRING_TABLE_get.3 | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/lib/libcrypto/man/ASN1_STRING_TABLE_get.3 b/lib/libcrypto/man/ASN1_STRING_TABLE_get.3 index d3b02547069..2bf8831c127 100644 --- a/lib/libcrypto/man/ASN1_STRING_TABLE_get.3 +++ b/lib/libcrypto/man/ASN1_STRING_TABLE_get.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ASN1_STRING_TABLE_get.3,v 1.3 2023/12/16 19:14:56 tb Exp $ +.\" $OpenBSD: ASN1_STRING_TABLE_get.3,v 1.4 2023/12/21 21:23:37 tb Exp $ .\" checked up to: .\" OpenSSL ASN1_STRING_TABLE_add.pod 7b608d08 Jul 27 01:18:50 2017 +0800 .\" @@ -16,10 +16,14 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: December 16 2023 $ +.Dd $Mdocdate: December 21 2023 $ .Dt ASN1_STRING_TABLE_GET 3 .Os .Sh NAME +.\" .Nm ASN1_STRING_TABLE_add0 and +.\" .Nm ASN1_STRING_TABLE_cleanup are intentionally undocumented +.\" because they will be removed in the next major bump +.\" .Dv STABLE_FLAGS_MALLOC is intentionally undocumented because it is unused .Nm ASN1_STRING_TABLE_get .Nd retrieve an entry from the global ASN.1 string table .Sh SYNOPSIS -- 2.20.1