Skip to main content

wolfSSL_UseSNI

Function wolfSSL_UseSNI 

Source
pub unsafe extern "C" fn wolfSSL_UseSNI(
    ssl: *mut WOLFSSL,
    type_: c_uchar,
    data: *const c_void,
    size: c_ushort,
) -> c_int