Commit dbf2d683 authored by Theo Buehler's avatar Theo Buehler
Browse files

db_meth will be removed from X509V3_CTX

parent 36dcae80
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -472,6 +472,7 @@ pub struct X509V3_CTX {
    subject_cert: *mut c_void,
    subject_req: *mut c_void,
    crl: *mut c_void,
    #[cfg(not(libressl400))]
    db_meth: *mut c_void,
    db: *mut c_void,
    #[cfg(ossl300)]