Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
alex committed Jan 31, 2025
1 parent 60bf8ed commit 2d65a27
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/rust/cryptography-key-parsing/src/ec.rs
Original file line number Diff line number Diff line change
Expand Up @@ -105,4 +105,3 @@ pub fn parse_pkcs1_private_key(
.map_err(|_| KeyParsingError::InvalidKey)?;
Ok(openssl::pkey::PKey::from_ec_key(ec_key)?)
}
>>>>>>> 1a8c3d5ef (Migrate parsing of unencrypted PKCS#8 private keys to Rust)

0 comments on commit 2d65a27

Please sign in to comment.