Function mesalink::libssl::ssl::mesalink_SSL_get_cipher_name[][src]

#[no_mangle]
pub extern "C" fn mesalink_SSL_get_cipher_name(
    ssl_ptr: *mut MESALINK_SSL
) -> *const c_char
Expand description

SSL_get_cipher_name - obtain the name of the currently used cipher.

#include <mesalink/openssl/ssl.h>

char *SSL_get_cipher_name(const SSL *ssl);