CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]   2014/05/05 10:14:45

Modified files:
        lib/libssl/src/apps: s_client.c s_server.c s_time.c 

Log message:
During the great e_os.h nukathon we stopped pulling in <sys/filio.h> via
the ifdef maze, meaning that FIONBIO was no longer defined. This removes
non-blocking I/O support from s_{client,server,time}.

Remove all FIONBIO ifdefs and import <sys/ioctl.h>, renabling -nbio.

ok miod@

Reply via email to