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

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

SSL_get_error - obtain result code for TLS/SSL I/O operation

#include <tabbyssl/openssl/ssl.h>

int SSL_get_error(const SSL *ssl, int ret);