aboutsummaryrefslogtreecommitdiff
path: root/patches/tls_util.c.patch (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use posix_win.c functions on WIN32kinichiro2019-07-281-25/+0
| | | | | | - read() returns bytes count as 1 for crlf unless binary mode isn't specified with open(). Reported by @ulfworsoe in libressl-portable#542 - err could be WSANOTINITIALISED when WSAStartup() is not called
* Force binary mode for open() on WIN32kinichiro2019-07-261-2/+14
| | | | Reported by @ulfworsoe https://github.com/libressl-portable/portable/issues/542
* Fix using right functions for file descriptor with MS Visual Studiokinichiro2018-03-181-0/+13