[#SSL_CIPHER_get_version] = SSL_CIPHER_get_version :mrdocs: Return the protocol version name associated with a cipher suite (for example "TLSv1.2"). == Synopsis Declared in `<openssl/ssl.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- char const* SSL_CIPHER_get_version(xref:SSL_CIPHER.adoc[SSL_CIPHER] const* c); ---- == Return Value Static version string, or "(NONE)" if `c` is NULL. == Parameters [cols="1,4"] |=== | Name| Description | *c* | Cipher suite to query. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#