CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/10/11 07:10:13
Modified files:
lib/libcrypto/asn1: x_algor.c
Log message:
Rewrite X509_ALGOR_get0()
Make the logic slightly less convoluted. Preserve the behavior that
*ppval remains unset if pptype == NULL for now. However, ensure that
*ppval is set to NULL if pptype is V_ASN1_UNDER.
ok jsing
