CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/12/02 12:44:49
Modified files:
usr.bin/openssl: s_client.c s_server.c
Log message:
convert select() to poll(). This is one of the most complicated
conversions in the tree, because the original code is very rotten and
fragile. Please test and report any failures.
Assistance from millert, bcook, and jsing.
