Skip to content

Commit

Permalink
Update ec.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
alex committed Jun 4, 2023
1 parent d52ac4e commit 1b9fba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openssl/src/ec.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1275,7 +1275,7 @@ mod test {
#[test]
#[cfg(any(boringssl, ossl111, libressl350))]
fn asn1_flag() {
let mut group = EcGroup::from_curve_name(Nid::X9_62_PRIME256V1).unwrap();
let group = EcGroup::from_curve_name(Nid::X9_62_PRIME256V1).unwrap();
let flag = group.asn1_flag();
assert_eq!(flag, Asn1Flag::NAMED_CURVE);
}
Expand Down

0 comments on commit 1b9fba4

Please sign in to comment.