> Has anybody tried compiling OpenSSL with NO_STDIO flag and
> successfully run without stdio library ? I don't want to use the
> stdio library since it does not recognize File descriptors >
> 256.. Hence i want to avoid stdio library and use the native OS calls.

        I have never been able to get OpenSSL to compile with the NO_STDIO flag.
However, I have no problem using OpenSSL in cases where stdio is useless.
Just don't use any of the functions that use stdio. These functions wouldn't
exist if you define NO_STDIO anyway, so you better not plan to use them.

        DS


______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to