NAME
BIO_read, BIO_write, BIO_gets, BIO_puts — BIO I/O functionsSYNOPSIS
#include <openssl/bio.h>BIO_read(BIO *b, void *buf, int len);
BIO_gets(BIO *b, char *buf, int size);
BIO_write(BIO *b, const void *buf, int len);
BIO_puts(BIO *b, const char *buf);