Skip to content

Commit dbf2d68

Browse files
committed
db_meth will be removed from X509V3_CTX
1 parent 36dcae8 commit dbf2d68

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

openssl-sys/src/handwritten/types.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -472,6 +472,7 @@ pub struct X509V3_CTX {
472472
subject_cert: *mut c_void,
473473
subject_req: *mut c_void,
474474
crl: *mut c_void,
475+
#[cfg(not(libressl400))]
475476
db_meth: *mut c_void,
476477
db: *mut c_void,
477478
#[cfg(ossl300)]

0 commit comments

Comments
 (0)