CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2025/03/09 09:20:20
Modified files: lib/libcrypto : Symbols.list lib/libcrypto/hidden/openssl: x509_vfy.h lib/libcrypto/x509: x509_lu.c x509_vfy.h Log message: Unexport the weird X509_OBJECT_up_ref_count() It's only used in x509_lu.c, so move it there. X509_OBJECT is not itself refcounted. This API bumps the refcount of its cert or CRL member. This isn't really useful outside of the library. ok jsing