CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/05/03 12:33:27
Modified files:
lib/libcrypto/asn1: a_time_tm.c
Log message:
Remove disgusting NULL checks in tm_to_{gentime,utctime}()
The only caller that could potentially call these with NULL has been fixed.
This way an ugly hack that was needed to plug a memory leak can go away and
the functions again behave as intended without OpenSSL-style workarounds.
ok beck
