Kill last user of ASN1_time_parse() in the tree
authortb <tb@openbsd.org>
Mon, 13 Nov 2023 12:43:08 +0000 (12:43 +0000)
committertb <tb@openbsd.org>
Mon, 13 Nov 2023 12:43:08 +0000 (12:43 +0000)
commit3feee4c53fbd67a4a480080d8ef5ae835d3fbf82
treecd19ca6c420b3307cfd742178da150be85ef3b99
parent1066617378e4348727c65c2ce81a771e606389af
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
usr.bin/openssl/ca.c