Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugeny committed Dec 29, 2024
1 parent 4f27cab commit 50672f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ssh-key/tests/private_key.rs
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ fn decode_padless_wonder_openssh() {
assert_eq!("", key.comment());
}

#[cfg(feature = "ecdsa")]
#[cfg(feature = "p384")]
#[test]
fn decode_ecdsa_p384_openssh() {
let key = PrivateKey::from_openssh(OPENSSH_ECDSA_P384_EXAMPLE).unwrap();
Expand Down

0 comments on commit 50672f8

Please sign in to comment.