We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e10c567 commit e588cfdCopy full SHA for e588cfd
src/rust/src/backend/ec.rs
@@ -241,7 +241,7 @@ impl ECPrivateKey {
241
}
242
243
let mut deriver = openssl::derive::Deriver::new(&self.pkey)?;
244
- // 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
245
// because we already validated it sufficiently when we created the
246
// ECPublicKey object.
247
#[cfg(CRYPTOGRAPHY_OPENSSL_300_OR_GREATER)]
0 commit comments