CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/11/13 05:43:08
Modified files:
usr.bin/openssl: ca.c
Log message:
Kill last user of ASN1_time_parse() in the tree
ASN1_time_parse() was useful while OpenSSL didn't have something sort of
equivalent, but now they do. Let's retire ASN1_time_parse() to internal.
This will require some patching in ports, but shrug.
ok beck
