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.
2 parents 867b920 + 51bc0b1 commit a9049f8Copy full SHA for a9049f8
secp256k1-sys/src/lib.rs
@@ -347,7 +347,7 @@ extern "C" {
347
pub fn secp256k1_ec_privkey_negate(cx: *const Context,
348
sk: *mut c_uchar) -> c_int;
349
350
- #[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")]
351
pub fn secp256k1_ec_seckey_negate(cx: *const Context,
352
353
0 commit comments