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

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

SSL_get_cipher - obtain the name of the currently used cipher.

#include <mesalink/openssl/ssl.h>

char *SSL_get_cipher(const SSL *ssl);
```c