Skip to content

Commit

Permalink
more config
Browse files Browse the repository at this point in the history
Signed-off-by: Markus Theil <theil.markus@gmail.com>
  • Loading branch information
thillux committed Oct 12, 2023
1 parent 1fe92d4 commit 5ff5364
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions openssl/src/x509/extension.rs
Expand Up @@ -428,11 +428,13 @@ impl AuthorityKeyIdentifier {
}
}

#[cfg(ossl110)]
pub struct SbgpAsIdentifier {
critical: bool,
asn: Vec<(u32, u32)>,
}

#[cfg(ossl110)]
impl Default for SbgpAsIdentifier {
fn default() -> SbgpAsIdentifier {
SbgpAsIdentifier::new()
Expand Down

0 comments on commit 5ff5364

Please sign in to comment.