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
Name |
Description |
bio |
Destination BIO. |
format |
printf‐style format string. |
Created with MrDocs