Skip to content

Commit c61c614

Browse files
committed
fixup! add test for CRL building
1 parent 18f277d commit c61c614

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

openssl/src/x509/tests.rs

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ use crate::x509::store::X509Lookup;
1818
use crate::x509::store::X509StoreBuilder;
1919
#[cfg(any(ossl102, boringssl, libressl261))]
2020
use crate::x509::verify::{X509VerifyFlags, X509VerifyParam};
21+
#[cfg(ossl110)]
22+
use crate::x509::X509Builder;
2123
#[cfg(any(ossl102, boringssl))]
2224
use crate::x509::X509PurposeId;
2325
#[cfg(any(ossl102, boringssl, libressl261))]
2426
use crate::x509::X509PurposeRef;
2527
#[cfg(any(ossl102, libressl261))]
26-
use crate::x509::X509Revoked;
27-
#[cfg(ossl110)]
28-
use crate::x509::{CrlReason, X509Builder};
28+
use crate::x509::{CrlReason, X509Revoked};
2929
use crate::x509::{
3030
CrlStatus, X509Crl, X509Extension, X509Name, X509Req, X509StoreContext, X509VerifyResult, X509,
3131
};

0 commit comments

Comments
 (0)