summaryrefslogtreecommitdiff
path: root/lib/libcrypto/man/ASN1_STRING_TABLE_get.3
diff options
context:
space:
mode:
authorTheo Buehler <tb@cvs.openbsd.org>2023-12-21 21:23:38 +0000
committerTheo Buehler <tb@cvs.openbsd.org>2023-12-21 21:23:38 +0000
commit9bd7fe8f27074f15d4f782638ca7c22a76b876a6 (patch)
tree4d5caffde240b5cfa5158a994e20baa49436a7ca /lib/libcrypto/man/ASN1_STRING_TABLE_get.3
parent224024d94a23c6b7cad69d679569d119ad8d5d69 (diff)
Mark some API-to-be-removed as intentionally undocumented
Diffstat (limited to 'lib/libcrypto/man/ASN1_STRING_TABLE_get.3')
-rw-r--r--lib/libcrypto/man/ASN1_STRING_TABLE_get.38
1 files 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