Remove ASN1_STRING_TABLE_{add,cleanup}() documentation
authortb <tb@openbsd.org>
Sat, 16 Dec 2023 10:22:56 +0000 (10:22 +0000)
committertb <tb@openbsd.org>
Sat, 16 Dec 2023 10:22:56 +0000 (10:22 +0000)
commit607552027563b1bffb5c228974bf2db3ab62e5f0
treeb7ff295b5a60eb8ffd358481987f3bbcd3745251
parent48c99b6807dc39a5ab21ba284fbb957ecddbecba
Remove ASN1_STRING_TABLE_{add,cleanup}() documentation

The unused ASN1_STRING_TABLE extensibility API will be removed in the next
major bump and the table itself will become immutable. Lightly adjust the
remaining text. In particular, update the RFC reference, stop talking about
defaults when nothing can be changed anymore, do not mention useless flags
that you will no longer be able to set and move the description of the only
remaining flag after the description of ASN1_STRING_TABLE_get().

The file will be renamed in a second step.
lib/libcrypto/man/ASN1_STRING_TABLE_add.3