Searched refs:neg_protocol (Results 1 – 1 of 1) sorted by relevance
/external/curl/lib/vtls/ |
D | openssl.c | 2308 const unsigned char *neg_protocol; in ossl_connect_step2() local 2310 SSL_get0_alpn_selected(connssl->handle, &neg_protocol, &len); in ossl_connect_step2() 2312 infof(data, "ALPN, server accepted to use %.*s\n", len, neg_protocol); in ossl_connect_step2() 2316 !memcmp(NGHTTP2_PROTO_VERSION_ID, neg_protocol, len)) { in ossl_connect_step2() 2322 !memcmp(ALPN_HTTP_1_1, neg_protocol, ALPN_HTTP_1_1_LENGTH)) { in ossl_connect_step2()
|