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

#[no_mangle]pub extern "C" fn tabby_SSL_get_fd(ssl_ptr: *mut TABBY_SSL) -> c_int

SSL_get_fd - return the file descriptor which is linked to ssl.

#include <tabbyssl/openssl/ssl.h>

int SSL_get_fd(const SSL *ssl);