Commit c4797466 authored by Steven Fackler's avatar Steven Fackler
Browse files

Fix X509V3_CTX layout

parent 0f7182ac
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -439,6 +439,8 @@ pub struct X509V3_CTX {
    crl: *mut c_void,
    db_meth: *mut c_void,
    db: *mut c_void,
    #[cfg(ossl300)]
    issuer_pkey: *mut c_void,
    // I like the last comment line, it is copied from OpenSSL sources:
    // Maybe more here
}