Skip to content

Commit

Permalink
wip: import certificate
Browse files Browse the repository at this point in the history
  • Loading branch information
cpu committed Sep 27, 2023
1 parent 20dcfb3 commit eca9588
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/generic.rs
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,8 @@ mod test_convert_x509_subject_alternative_name {
#[cfg(feature = "x509-parser")]
mod test_x509_custom_ext {
use crate::util;
use crate::Certificate;

use rcgen::CustomExtension;
use rcgen::{Certificate, CustomExtension};
use x509_parser::oid_registry::asn1_rs;
use x509_parser::prelude::{
FromDer, ParsedCriAttribute, X509Certificate, X509CertificationRequest,
Expand Down

0 comments on commit eca9588

Please sign in to comment.