BIO_s_connect
if ((conn = BIO_new(BIO_s_connect())) == NULL)
ret = BIO_new(BIO_s_connect());
out = BIO_new(BIO_s_connect());
const BIO_METHOD *BIO_s_connect(void);
if ((con = BIO_new(BIO_s_connect())) == NULL)