Skip to content

Commit

Permalink
Ignore deterministic field with incompatible OpenSSL versions
Browse files Browse the repository at this point in the history
  • Loading branch information
facutuesca committed Feb 26, 2024
1 parent dd6d63d commit 090da44
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/rust/src/backend/ec.rs
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,7 @@ impl ECPrivateKey {
}
} else {
let _ = algo;
let _ = deterministic;
}
}

Expand Down

0 comments on commit 090da44

Please sign in to comment.