Skip to content

Commit

Permalink
fmt again
Browse files Browse the repository at this point in the history
Signed-off-by: Markus Theil <[email protected]>
  • Loading branch information
thillux committed Oct 12, 2023
1 parent d759114 commit a21aa01
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions openssl/src/x509/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,11 @@ use crate::rsa::Rsa;
use crate::ssl::SslFiletype;
use crate::stack::Stack;
use crate::x509::extension::{
AuthorityKeyIdentifier, BasicConstraints, ExtendedKeyUsage, KeyUsage,
SubjectAlternativeName, SubjectKeyIdentifier,
AuthorityKeyIdentifier, BasicConstraints, ExtendedKeyUsage, KeyUsage, SubjectAlternativeName,
SubjectKeyIdentifier,
};
#[cfg(ossl110)]
use crate::x509::extension::{
SbgpAsIdentifier, SbgpIpAddressIdentifier,
};
use crate::x509::extension::{SbgpAsIdentifier, SbgpIpAddressIdentifier};
#[cfg(ossl110)]
use crate::x509::sbgp::ExtractSBGPInfo;
#[cfg(not(boringssl))]
Expand Down

0 comments on commit a21aa01

Please sign in to comment.