CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/03/06 03:07:47
Modified files:
lib/libcrypto/man: X509_STORE_load_locations.3
Log message:
Clarify ownership in X509_STORE_add_lookup()
Whether an X509_LOOKUP with given method already exists or not, this API
returns an internal pointer that must not be freed.
