Write the NUL-terminated string buf to BIO bp.
buf
bp.
Declared in <openssl/bio.h>
<openssl/bio.h>
int BIO_puts( BIO* bp, char const* buf);
Number of bytes written, or a negative value on error.