Searched refs:alpn_len (Results 1 – 1 of 1) sorted by relevance
304 unsigned alpn_len; in PrintConnectionInfo() local305 SSL_get0_alpn_selected(ssl, &alpn, &alpn_len); in PrintConnectionInfo()306 BIO_printf(bio, " ALPN protocol: %.*s\n", alpn_len, alpn); in PrintConnectionInfo()