Remove X509_PURPOSE_cleanup() call in OPENSSL_cleanup()
authortb <tb@openbsd.org>
Sat, 6 Jan 2024 17:43:39 +0000 (17:43 +0000)
committertb <tb@openbsd.org>
Sat, 6 Jan 2024 17:43:39 +0000 (17:43 +0000)
commitd6495eea6a92da32915bbc54414f1de2c4030b1e
tree1ae5e4feff0e4b15283334bd1b17597bbe40b65a
parent1122c91407d05d038c60cc6645b235132596e960
Remove X509_PURPOSE_cleanup() call in OPENSSL_cleanup()

Since x509_purp.c r1.34 this is a noop since there is nothing to clean up
anymore. Remove the last caller.
lib/libcrypto/crypto_init.c