[][src]Function tabbyssl::libssl::err::tabby_ERR_get_error

#[no_mangle]pub extern "C" fn tabby_ERR_get_error() -> c_ulong

ERR_get_error - returns the earliest error code from the thread's error queue and removes the entry. This function can be called repeatedly until there are no more error codes to return.

#include <tabbyssl/openssl/err.h>

unsigned long ERR_get_error(void);