summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/bio/b_posix.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2git to create branch 'OPENBSD_5_8'.libressl-v2.2.2cvs2svn2015-08-021-88/+0
|
* Move Windows OS-specific functions to make porting easier.bcook2014-12-031-0/+88
Several functions that need to be redefined for a Windows port are right in the middle of other code that is relatively portable. This patch isolates the functions that need Windows-specific implementations so they can be built conditionally in the portable tree. ok jsing@ deraadt@