CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/04/21 00:11:56
Modified files:
lib/libcrypto/x509: x509_bitst.c x509_enum.c
Log message:
Move the CRL reason method into x509_bitst.c
The CRL extension handler is completely misplaced in x509_enum.c.
Move it to x509_bitst.c until we find a better home for it. This
way it is next to the other two extension methods that have the
extra usr_data contortion.
