Clarify ownership in X509_STORE_add_lookup()
authortb <tb@openbsd.org>
Wed, 6 Mar 2024 10:07:47 +0000 (10:07 +0000)
committertb <tb@openbsd.org>
Wed, 6 Mar 2024 10:07:47 +0000 (10:07 +0000)
commit8d808c3290cf894b0dc93202db0d4552de2c06eb
tree0c76802c34dda802652ddd763e99ba2af32c1021
parentaa2f298a59658ad3e102fc95afb44995922edc7e
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.
lib/libcrypto/man/X509_STORE_load_locations.3