CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/10/12 20:39:09
Modified files:
lib/libssl/src/crypto/bio: b_sock.c
usr.bin/openssl: s_client.c s_server.c
Log message:
Use O_NONBLOCK over FIONBIO.
Prefer this because it is the POSIX standard and has consistent behavior
across platforms.
Use BIO_socket_nbio consistently across the tree.
from Jonas 'Sortie' Termansen, ok deraadt@
