Skip to content

Commit

Permalink
fixup: drop no-longer needed TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddrysdale committed Mar 1, 2021
1 parent 4c56560 commit a69b33f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions p256/src/ecdsa.rs
Original file line number Diff line number Diff line change
Expand Up @@ -231,8 +231,6 @@ mod tests {
let verify_key =
ecdsa_core::VerifyingKey::from_encoded_point(&q_encoded).unwrap();

// TODO: this only works in release builds, because there's a `debug_assert_eq`
// in der.rs that prevents the Err being emitted.
let sig = match Signature::from_der(sig) {
Ok(s) => s,
Err(_) if !pass => return None,
Expand Down

0 comments on commit a69b33f

Please sign in to comment.