Function boring_sys::X509V3_set_ctx

source ยท
pub unsafe extern "C" fn X509V3_set_ctx(
    ctx: *mut X509V3_CTX,
    issuer: *const X509,
    subject: *const X509,
    req: *const X509_REQ,
    crl: *const X509_CRL,
    flags: c_int
)