Skip to content

Commit

Permalink
ssh-key: added missing sha1/oid dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugeny committed Nov 16, 2024
1 parent f60d3b5 commit 2e96c3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ssh-key/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ p256 = ["dep:p256", "ecdsa"]
p384 = ["dep:p384", "ecdsa"]
p521 = ["dep:p521", "ecdsa"]
rsa = ["dep:bigint", "dep:rsa", "alloc", "rand_core"]
rsa-sha1 = ["rsa", "dep:sha1"]
rsa-sha1 = ["rsa", "dep:sha1", "sha1/oid"]
tdes = ["cipher/tdes", "encryption"]

[package.metadata.docs.rs]
Expand Down

0 comments on commit 2e96c3f

Please sign in to comment.