Skip to content

Commit

Permalink
fix typo
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 575fec4 commit dc29bd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openssl/src/x509/sbgp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ impl ASIdentifiers {
return None;
}
#[cfg(ossl320)]
let asRange = StackRef::<ASIdOrRange>::from_const_ptr_opt((*asnum).u.asIdsOrRanges);
let as_range = StackRef::<ASIdOrRange>::from_const_ptr_opt((*asnum).u.asIdsOrRanges);
#[cfg(not(ossl320))]
let as_range = StackRef::<ASIdOrRange>::from_const_ptr_opt((*asnum).asIdsOrRanges);
if let Some(s) = as_range {
Expand Down

0 comments on commit dc29bd1

Please sign in to comment.