CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2020/06/04 09:19:32
Modified files:
lib/libcrypto : Makefile
Added files:
lib/libcrypto/x509: ext_dat.h pcy_cache.c pcy_data.c pcy_int.h
pcy_lib.c pcy_map.c pcy_node.c pcy_tree.c
v3err.c x509_akey.c x509_akeya.c x509_alt.c
x509_bcons.c x509_bitst.c x509_conf.c
x509_cpols.c x509_crld.c x509_enum.c
x509_extku.c x509_genn.c x509_ia5.c
x509_info.c x509_int.c x509_lib.c
x509_ncons.c x509_ocsp.c x509_pci.c
x509_pcia.c x509_pcons.c x509_pku.c
x509_pmaps.c x509_prn.c x509_purp.c
x509_skey.c x509_sxnet.c x509_utl.c x509v3.h
Removed files:
lib/libcrypto/x509v3: ext_dat.h pcy_cache.c pcy_data.c pcy_int.h
pcy_lib.c pcy_map.c pcy_node.c pcy_tree.c
v3_akey.c v3_akeya.c v3_alt.c v3_bcons.c
v3_bitst.c v3_conf.c v3_cpols.c v3_crld.c
v3_enum.c v3_extku.c v3_genn.c v3_ia5.c
v3_info.c v3_int.c v3_lib.c v3_ncons.c
v3_ocsp.c v3_pci.c v3_pcia.c v3_pcons.c
v3_pku.c v3_pmaps.c v3_prn.c v3_purp.c
v3_skey.c v3_sxnet.c v3_utl.c v3err.c
x509v3.h
Log message:
Collapse the x509v3 directory into x509.
This avoids the need to grep across directories to find functions and
prepares for further rototilling and chainsawing.
Discussed with tb@ (who also tested the release build)