CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2022/01/14 00:53:45
Modified files: lib/libcrypto/x509: x509_lu.c x509_vfy.h Log message: Remove X509_OBJECT_free_contents Inline X509_OBJECT_free_contents() in X509_OBJECT_free() and remove this dangerous API. It was left over when x509_vfy.h was made opaque. ok inoguchi jsing