File tree 1 file changed +4
-0
lines changed
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -439,6 +439,7 @@ impl Default for SbgpAsIdentifier {
439
439
}
440
440
}
441
441
442
+ #[ cfg( ossl110) ]
442
443
impl SbgpAsIdentifier {
443
444
/// Construct a new `SbgpAsIdentifier` extension.
444
445
pub fn new ( ) -> SbgpAsIdentifier {
@@ -484,17 +485,20 @@ impl SbgpAsIdentifier {
484
485
}
485
486
}
486
487
488
+ #[ cfg( ossl110) ]
487
489
pub struct SbgpIpAddressIdentifier {
488
490
critical : bool ,
489
491
ip_ranges : Vec < ( std:: net:: IpAddr , std:: net:: IpAddr ) > ,
490
492
}
491
493
494
+ #[ cfg( ossl110) ]
492
495
impl Default for SbgpIpAddressIdentifier {
493
496
fn default ( ) -> SbgpIpAddressIdentifier {
494
497
SbgpIpAddressIdentifier :: new ( )
495
498
}
496
499
}
497
500
501
+ #[ cfg( ossl110) ]
498
502
impl SbgpIpAddressIdentifier {
499
503
/// Construct a new `SbgpIpAddressIdentifier` extension.
500
504
pub fn new ( ) -> SbgpIpAddressIdentifier {
You can’t perform that action at this time.
0 commit comments