CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/05/03 12:15:27
Modified files:
lib/libcrypto/asn1: a_time_tm.c
Log message:
Simplify tm handling in ASN1_time_parse()
The CBS version asn1_time_parse_cbs() handles a NULL tm gracefully, so
there is no need to avoid it by passing a pointer to a tm on the stack.
ok beck
