CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/03/01 00:38:33
Modified files:
lib/libcrypto/hidden/openssl: asn1.h crypto.h
Log message:
Fix OPENSSL_{gmtime,timegm} in namespace build
These were incorrectly added to asn1.h. OPENSSL_gmtime is in crypto.h
and OPENSSL_timegm is already in posix_time.h
