CVSROOT: /cvs Module name: src Changes by: bc...@cvs.openbsd.org 2014/12/03 15:14:38
Modified files: lib/libcrypto/crypto: Makefile lib/libssl/src/crypto/bio: b_sock.c Added files: lib/libssl/src/crypto/bio: b_posix.c Log message: Move Windows OS-specific functions to make porting easier. 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@