SSL_get_version
BIO_printf(bio_err, "Protocol version: %s\n", SSL_get_version(s));
BIO_printf(bio, "Protocol: %s\n", SSL_get_version(s));
__owur const char *SSL_get_version(const SSL *s);
|| !TEST_str_eq(SSL_get_version(clientquic), "QUICv1"))
should_negotiate, SSL_get_version(c_ssl));
SSL_get_version(c_ssl),
return TEST_str_eq(verstr, SSL_get_version(s));
SSL_get_version(conn->ssl), SSL_get_cipher(conn->ssl));
" <%s %s>\n", hostnam, SSL_get_version(ssl),