CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2024/03/02 02:15:03
Modified files: lib/libcrypto : Symbols.list crypto.h Log message: Expose OPENSSL_{gmtime,posix_to_tm,timegm,tm_to_posix}() Apart from OPENSSL_gmtime(), which is OpenSSL API, this is BoringSSL's interface to deal with the time related portability and code mess. ok jsing