CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2023/11/19 02:29:11

Modified files:
        usr.bin/openssl: pkcs12.c 

Log message:
openssl pkcs12: rewrite without reaching into X509_ALGOR

We can call ASN1_item_unpack() which will end up stuffing the same
arguments into ASN1_item_d2i() as d2i_PBEPARAM(). This eliminates
the last struct access into X509_ALGOR outside libcrypto in the base
tree.

ok jsing

Reply via email to