[][src]Function tabbyssl::libssl::ssl::tabby_SSL_get_cipher

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

SSL_get_cipher - obtain the name of the currently used cipher.

#include <tabbyssl/openssl/ssl.h>

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