Skip to content

Commit 50672f8

Browse files
committed
fixes
1 parent 4f27cab commit 50672f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ssh-key/tests/private_key.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ fn decode_padless_wonder_openssh() {
220220
assert_eq!("", key.comment());
221221
}
222222

223-
#[cfg(feature = "ecdsa")]
223+
#[cfg(feature = "p384")]
224224
#[test]
225225
fn decode_ecdsa_p384_openssh() {
226226
let key = PrivateKey::from_openssh(OPENSSH_ECDSA_P384_EXAMPLE).unwrap();

0 commit comments

Comments
 (0)