tls: added tls_cipher_name()
This commit is contained in:
parent
e87b0df7a9
commit
a6cb27837b
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue