Skip to content

Commit

Permalink
program: Add "hmac" feature to libsecp256k1 for doctests (anza-xyz#1695)
Browse files Browse the repository at this point in the history
program: Add "hmac" feature to libsecp256k1
  • Loading branch information
joncinque authored and samkim-crypto committed Jul 31, 2024
1 parent 99a9f7f commit bc403ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sdk/program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ wasm-bindgen = { workspace = true }

[target.'cfg(not(target_os = "solana"))'.dev-dependencies]
arbitrary = { workspace = true, features = ["derive"] }
libsecp256k1 = { workspace = true, features = ["hmac"] } # used by doctests
solana-logger = { workspace = true }

[target.'cfg(target_arch = "wasm32")'.dependencies]
Expand Down

0 comments on commit bc403ed

Please sign in to comment.