aboutsummaryrefslogtreecommitdiff
path: root/crypto/compat/timegm.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* check bounds before casting (long long) to time_tBrent Cook2015-10-211-0/+6
|
* Windows compatibility fixesBrent Cook2015-10-181-0/+12
| | | | | | | | | | | VS2013 has trouble with relative include paths for apps/openssl, so move certhash_win/apps_win.c back to apps/openssl. gmtime_r on mingw64 fails with negative time_t, override gmtime_s fails all of the time unit tests, override SHUT_RD/WR are defined in newer mingw64 headers, check before overriding
* make internal functions staticBrent Cook2015-10-151-4/+4
|
* use timegm from muslBrent Cook2015-10-151-60/+191
|
* include timegm fallbackBrent Cook2015-10-151-0/+71