CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/01/06 10:43:39
Modified files:
lib/libcrypto : crypto_init.c
Log message:
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.
