Return the protocol version name associated with a cipher suite (for example "TLSv1.2").
Declared in <openssl/ssl.h>
<openssl/ssl.h>
char const* SSL_CIPHER_get_version(SSL_CIPHER const* c);
Static version string, or "(NONE)" if c is NULL.
c