[#SSL_CIPHER_get_name] = SSL_CIPHER_get_name :mrdocs: Return the OpenSSL display name of a cipher suite. == Synopsis Declared in `<openssl/ssl.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- char const* SSL_CIPHER_get_name(xref:SSL_CIPHER.adoc[SSL_CIPHER] const* c); ---- == Return Value Static name 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]#