Function X509_check_host

Source
pub unsafe extern "C" fn X509_check_host(
    x: *mut x509_st,
    chk: *const i8,
    chklen: usize,
    flags: u32,
    peername: *mut *mut i8,
) -> i32