CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/12/28 22:33:32
Modified files:
lib/libcrypto/x509: by_dir.c x509_local.h
Log message:
Use a void pointer rather than char for method_data
This way we don't need to cast from BY_DIR * to char * and back in
its only consumer, the lovely by_dir.
