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

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

SSL_get_cipher_version - returns the protocol name.

#include <tabbyssl/openssl/ssl.h>

char* SSL_get_cipher_version(const SSL *ssl);