bio_read
return bio_read(bio, &dummy, 1); /* returns 0 or -1 */
static int bio_read(BIO *bio, char *buf, int size);
bio_read,