Skip to content

Commit

Permalink
Fix oss fuzz isue
Browse files Browse the repository at this point in the history
Signed-off-by: Wei Liu <[email protected]>
  • Loading branch information
liuw1 committed Jul 11, 2024
1 parent 9db9cf7 commit 64c45f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/crypto/fuzz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ afl = {version = "*", optional = true }
log = "0.4.13"
arbitrary = "=1.1.3"
der = {version = "0.5.1", features = ["oid", "alloc", "derive"]}
serde = "=1.0.198"

[dependencies.crypto]
path = ".."
Expand Down

0 comments on commit 64c45f6

Please sign in to comment.