BIO_accept
LCRYPTO_ALIAS(BIO_accept);
int BIO_accept(int sock, char **ip_port);
i = BIO_accept(c->accept_sock, &(c->addr));
LCRYPTO_USED(BIO_accept);