const correct ASN1_STRING_TABLE_get()
authortb <tb@openbsd.org>
Sat, 2 Mar 2024 08:50:47 +0000 (08:50 +0000)
committertb <tb@openbsd.org>
Sat, 2 Mar 2024 08:50:47 +0000 (08:50 +0000)
commit7d2d6947972aa461175812dda9c6edec720e913c
tree2d71b64975eb062b5387f57825b893fb48984097
parente316a438f2e476a9e5fe7ffbc59b44f355c86b61
const correct ASN1_STRING_TABLE_get()

The ability of modifying the ASN1_STRING_TABLE was removed and the table
is now static. Stop casting away const. The only consumer, security/xca,
is already fixed.

ok jsing
lib/libcrypto/asn1/a_strnid.c
lib/libcrypto/asn1/asn1.h