BIO_printf

Formatted print to a BIO, analogous to fprintf().

Synopsis

Declared in <openssl/bio.h>

int
BIO_printf(
    BIO* bio,
    char const* format, ...);

Return Value

Number of bytes written, or a negative value on error.

Parameters

NameDescription
bioDestination BIO.
formatprintf-style format string.