- Fix compat/gmtime_r old style definition syntax.

This commit is contained in:
W.C.A. Wijngaards 2026-04-17 11:05:15 +02:00
parent cb05e9d525
commit 99c61c19ac
2 changed files with 2 additions and 4 deletions

View file

@ -42,10 +42,7 @@ static const int year_lengths[2] = {
};
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;

View file

@ -10,6 +10,7 @@
- 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.