OK, I'm applying it.

I made one little change though, assuming the condition in the
following part was meant to be 'defined(FD_SETSIZE)'...:

> +#else
> + /* lets use select() */
[...]
> + #if defined(OPENSSL_SYS_LINUX)
> +  #define IOWAIT_FD_SETSIZE  (FD_SETSIZE)
> + #else
> +  /* fallback method */
> +  #define IOWAIT_FD_SETSIZE  (sizeof(fd_set) * 8)
> + #endif

Cheers,
Richard

-----
Please consider sponsoring my work on free software.
See http://www.free.lp.se/sponsoring.html for details.

-- 
Richard Levitte                         [EMAIL PROTECTED]
                                        http://richard.levitte.org/

"When I became a man I put away childish things, including
 the fear of childishness and the desire to be very grown up."
                                                -- C.S. Lewis
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       openssl-dev@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to