We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91eea11 commit 51bc0b1Copy full SHA for 51bc0b1
secp256k1-sys/src/lib.rs
@@ -376,7 +376,7 @@ extern "C" {
376
pub fn secp256k1_ec_privkey_negate(cx: *const Context,
377
sk: *mut c_uchar) -> c_int;
378
379
- #[cfg_attr(not(rust_secp_no_symbol_renaming), link_name = "rustsecp256k1_v0_3_1_ec_privkey_negate")]
+ #[cfg_attr(not(rust_secp_no_symbol_renaming), link_name = "rustsecp256k1_v0_3_1_ec_seckey_negate")]
380
pub fn secp256k1_ec_seckey_negate(cx: *const Context,
381
382
0 commit comments