Remove call to ASN1_STRING_TABLE_cleanup()
authortb <tb@openbsd.org>
Sat, 16 Dec 2023 12:36:14 +0000 (12:36 +0000)
committertb <tb@openbsd.org>
Sat, 16 Dec 2023 12:36:14 +0000 (12:36 +0000)
commit47079c01f18b6176040b56ffb07bb2b22608808a
tree23b7e26db0f3995c12ea040cf31ce455e3c930df
parent853090122a189f8e4658cc7bf4fc7b9bcde85a93
Remove call to ASN1_STRING_TABLE_cleanup()

In a few minutes, the string table will no longer have anything to clean
up and ASN1_STRING_TABLE_cleanup() will push an error on the stack. So
remove this pointless call in the still too complicated OPENSSL_cleanup().

ok jsing
lib/libcrypto/crypto_init.c