[][src]Function openssl_sys::X509V3_set_ctx

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