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