CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2025/07/30 20:10:55
Modified files: lib/libcrypto/pkcs7: pk7_attr.c Log message: Rewrite PKCS7_get_smimecap() to use d2i_X509_ALGORS() Since we finally found a use for i2d_X509_ALGORS(), make use of its sibling here. This avoids some ridiculous contortions in not quite peak muppet code (obviously this was a first test run for the grand finale in CMS). ok kenjiro