tls: added tls_cipher_name()

This commit is contained in:
Richard Aas 2016-03-07 13:37:58 +00:00
parent e87b0df7a9
commit a6cb27837b

View file

@ -651,7 +651,7 @@ int tls_srtp_keyinfo(const struct tls_conn *tc, enum srtp_suite *suite,
*
* @param tc TLS Connection
*
* @return name of cipher actually used or NULL, if session is not established.
* @return name of cipher actually used.
*/
const char *tls_cipher_name(const struct tls_conn *tc)
{