};
static void
-timesub(timep, offset, tmp)
-const time_t * const timep;
-const long offset;
-struct tm * const tmp;
+timesub(const time_t * const timep, const long offset, struct tm * const tmp)
{
long days;
long rem;
- Fix github ci to speed up with parralel build, for windows ci.
- Fix compat/chacha_private sigma and tau definitions to use
nonstring attribute.
+ - Fix compat/gmtime_r old style definition syntax.
16 April 2026: Yorgos
- Merge #1406: Introduce new 'tls-protocols' configuration option.