BIO_TYPE_SSL
t = BIO_find_type(t, BIO_TYPE_SSL);
f = BIO_find_type(f, BIO_TYPE_SSL);
if (b->method->type == BIO_TYPE_SSL) {
.type = BIO_TYPE_SSL,