aboutsummaryrefslogtreecommitdiff
path: root/apps/openssl/apps_win.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Enable speed on win32kinichiro2019-07-141-0/+66
| | | | | - Use thread and sleep instead of signal and alarm, on win32 - Disable -multi option on win32 since fork is hard to implement
* implement app_timer_realBrent Cook2018-09-231-0/+14
|
* Add app_timer_user for Windows buildkinichiro2017-12-261-7/+5
|
* Windows compatibility fixesBrent Cook2015-10-181-0/+60
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