CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/05/09 08:00:52
Modified files:
lib/libcrypto/x509: x509_req.c
Log message:
Further simplify X509_REQ_get_extensions()
Instead of inlining a poor version of ASN1_TYPE_unpack_sequence() with
missing error checks, just call the real thing. It's safer and simpler.
ok jsing
