SSL_select_next_proto
LSSL_USED(SSL_select_next_proto);
int SSL_select_next_proto(unsigned char **out, unsigned char *outlen,
LSSL_ALIAS(SSL_select_next_proto);
if (SSL_select_next_proto((unsigned char**)out, outlen,
if (SSL_select_next_proto((unsigned char **)out, outlen, protos,
ret = SSL_select_next_proto(&out, &out_len, test->peer_list,
int ret = SSL_select_next_proto((void*)out, outlen,
ret = SSL_select_next_proto(&tmp_out, outlen, alpns, sizeof(alpns), in, inlen);
if (SSL_select_next_proto((unsigned char**)out, outlen, alpn_ctx->data,
SSL_select_next_proto(&tmp_out, outlen, alpns, sizeof(alpns), in, inlen);
int ret = SSL_select_next_proto((void*)out, outlen,
ret = SSL_select_next_proto(&tmp_out, outlen, alpns, sizeof(alpns), in, inlen);