Searched refs:alpn_len (Results 1 – 1 of 1) sorted by relevance
274 unsigned alpn_len; in PrintConnectionInfo() local275 SSL_get0_alpn_selected(ssl, &alpn, &alpn_len); in PrintConnectionInfo()276 fprintf(stderr, " ALPN protocol: %.*s\n", alpn_len, alpn); in PrintConnectionInfo()