Clean up dynamic tables in OPENSSL_cleanup()
authortb <tb@openbsd.org>
Sun, 2 Jul 2023 19:52:01 +0000 (19:52 +0000)
committertb <tb@openbsd.org>
Sun, 2 Jul 2023 19:52:01 +0000 (19:52 +0000)
commit68270c64c62e5b7be6b0ab170ccfabbb8e58ca57
tree1ce507b0a5ef4a8fce003e984ce141c332b70f56
parentb2653891a04fba37525b326f324a5937cd5ef703
Clean up dynamic tables in OPENSSL_cleanup()

This is not currently done in OpenSSL, but it looks more like something
that was mised rather than desired behavior. There are some thread safety
issues here, but those are rife in this codebase anyway (although I heard
claims on some versions of this lib being "fully threadsafe").

no objection jsing
lib/libcrypto/crypto_init.c