diff options
| author | tb <> | 2023-12-21 21:23:37 +0000 |
|---|---|---|
| committer | tb <> | 2023-12-21 21:23:37 +0000 |
| commit | 2de2bd56baafcfd41e46c0a12a56dde219dcf373 (patch) | |
| tree | 6da2aa4f02b66538edc0d5cefd35688bb3983951 /src | |
| parent | 4c71caba761ea603304cae3362978d181f8a0ad3 (diff) | |
| download | openbsd-2de2bd56baafcfd41e46c0a12a56dde219dcf373.tar.gz openbsd-2de2bd56baafcfd41e46c0a12a56dde219dcf373.tar.bz2 openbsd-2de2bd56baafcfd41e46c0a12a56dde219dcf373.zip | |
Mark some API-to-be-removed as intentionally undocumented
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/libcrypto/man/ASN1_STRING_TABLE_get.3 | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/ASN1_STRING_TABLE_get.3 b/src/lib/libcrypto/man/ASN1_STRING_TABLE_get.3 index d3b0254706..2bf8831c12 100644 --- a/src/lib/libcrypto/man/ASN1_STRING_TABLE_get.3 +++ b/src/lib/libcrypto/man/ASN1_STRING_TABLE_get.3 | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | .\" $OpenBSD: ASN1_STRING_TABLE_get.3,v 1.3 2023/12/16 19:14:56 tb Exp $ | 1 | .\" $OpenBSD: ASN1_STRING_TABLE_get.3,v 1.4 2023/12/21 21:23:37 tb Exp $ |
| 2 | .\" checked up to: | 2 | .\" checked up to: |
| 3 | .\" OpenSSL ASN1_STRING_TABLE_add.pod 7b608d08 Jul 27 01:18:50 2017 +0800 | 3 | .\" OpenSSL ASN1_STRING_TABLE_add.pod 7b608d08 Jul 27 01:18:50 2017 +0800 |
| 4 | .\" | 4 | .\" |
| @@ -16,10 +16,14 @@ | |||
| 16 | .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF | 16 | .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 17 | .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | 17 | .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 18 | .\" | 18 | .\" |
| 19 | .Dd $Mdocdate: December 16 2023 $ | 19 | .Dd $Mdocdate: December 21 2023 $ |
| 20 | .Dt ASN1_STRING_TABLE_GET 3 | 20 | .Dt ASN1_STRING_TABLE_GET 3 |
| 21 | .Os | 21 | .Os |
| 22 | .Sh NAME | 22 | .Sh NAME |
| 23 | .\" .Nm ASN1_STRING_TABLE_add0 and | ||
| 24 | .\" .Nm ASN1_STRING_TABLE_cleanup are intentionally undocumented | ||
| 25 | .\" because they will be removed in the next major bump | ||
| 26 | .\" .Dv STABLE_FLAGS_MALLOC is intentionally undocumented because it is unused | ||
| 23 | .Nm ASN1_STRING_TABLE_get | 27 | .Nm ASN1_STRING_TABLE_get |
| 24 | .Nd retrieve an entry from the global ASN.1 string table | 28 | .Nd retrieve an entry from the global ASN.1 string table |
| 25 | .Sh SYNOPSIS | 29 | .Sh SYNOPSIS |
