Skip to main content

wolfSSL_CTX_LoadCRL

Function wolfSSL_CTX_LoadCRL 

Source
pub unsafe extern "C" fn wolfSSL_CTX_LoadCRL(
    ctx: *mut WOLFSSL_CTX,
    path: *const c_char,
    type_: c_int,
    monitor: c_int,
) -> c_int