Geoff Thorpe <[EMAIL PROTECTED]> wrote:
> great. BIO_nprintf?
BIO_nprintf() wouldn't be of much use in itself, would it?
Better to just fix BIO_printf so it handles unlimited length output
the way printf() does. Fixing it right will mean including source
for a printf() implementation, modified to write to a BIO instead of
the stdout FILE. If that's too much then simply using vsnprintf()
and a malloced buffer might do as well.
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]