Move the CRL reason method into x509_bitst.c
authortb <tb@openbsd.org>
Fri, 21 Apr 2023 06:11:56 +0000 (06:11 +0000)
committertb <tb@openbsd.org>
Fri, 21 Apr 2023 06:11:56 +0000 (06:11 +0000)
commit343271db89355419f2f339d3b41f2abc12d5e59d
tree32aee741c2054e0ea21db3ccf23099fa8f473117
parent4b51fbb124ecef67cb933bb690632d8e64da51e1
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.
lib/libcrypto/x509/x509_bitst.c
lib/libcrypto/x509/x509_enum.c