Skip to main content

wolfSSL_SetServerID

Function wolfSSL_SetServerID 

Source
pub unsafe extern "C" fn wolfSSL_SetServerID(
    ssl: *mut WOLFSSL,
    id: *const c_uchar,
    len: c_int,
    newSession: c_int,
) -> c_int