BIO_MSG_LEN
vsnprintf(bs->bs_msgs[idx].bm_msg, BIO_MSG_LEN, fmt, *ap);
char bm_msg[BIO_MSG_LEN];
char buf[32], msg[BIO_MSG_LEN];