Skip to content

Commit 5ff5364

Browse files
committed
more config
Signed-off-by: Markus Theil <[email protected]>
1 parent 1fe92d4 commit 5ff5364

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

openssl/src/x509/extension.rs

+2
Original file line numberDiff line numberDiff line change
@@ -428,11 +428,13 @@ impl AuthorityKeyIdentifier {
428428
}
429429
}
430430

431+
#[cfg(ossl110)]
431432
pub struct SbgpAsIdentifier {
432433
critical: bool,
433434
asn: Vec<(u32, u32)>,
434435
}
435436

437+
#[cfg(ossl110)]
436438
impl Default for SbgpAsIdentifier {
437439
fn default() -> SbgpAsIdentifier {
438440
SbgpAsIdentifier::new()

0 commit comments

Comments
 (0)