I'm writing a server that will often have more than 1024
file descriptors open. That means that any code using
stdio might fail, since stdio.h can't handle any
fd's higher than 1024 on some systems.
I might be able to get by, since I currently don't think
I call any OpenSSL functions that use stdio after startup,
but it's a bit worrying.
At some point, we might need to provide alternate implementations
of the parts of OpenSSL that currently use stdio...
has this issue been discussed before?
- Dan
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]