Skip to content

Commit

Permalink
fixed a typo in a comment (#11494)
Browse files Browse the repository at this point in the history
  • Loading branch information
alex authored Aug 27, 2024
1 parent e10c567 commit e588cfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rust/src/backend/ec.rs
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ impl ECPrivateKey {
}

let mut deriver = openssl::derive::Deriver::new(&self.pkey)?;
// If `set_peer_ex` is available, we don't valid the key. This is
// If `set_peer_ex` is available, we don't validate the key. This is
// because we already validated it sufficiently when we created the
// ECPublicKey object.
#[cfg(CRYPTOGRAPHY_OPENSSL_300_OR_GREATER)]
Expand Down

0 comments on commit e588cfd

Please sign in to comment.