Skip to main content

wolfSSL_LoadCRLBuffer

Function wolfSSL_LoadCRLBuffer 

Source
pub unsafe extern "C" fn wolfSSL_LoadCRLBuffer(
    ssl: *mut WOLFSSL,
    buff: *const c_uchar,
    sz: c_long,
    type_: c_int,
) -> c_int