Merge pull request #266 from junderw/patch-1
Fix link_name for secp256k1_ec_seckey_negate
This commit is contained in:
commit
a9049f8eb2
|
@ -347,7 +347,7 @@ extern "C" {
|
||||||
pub fn secp256k1_ec_privkey_negate(cx: *const Context,
|
pub fn secp256k1_ec_privkey_negate(cx: *const Context,
|
||||||
sk: *mut c_uchar) -> c_int;
|
sk: *mut c_uchar) -> c_int;
|
||||||
|
|
||||||
#[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")]
|
||||||
pub fn secp256k1_ec_seckey_negate(cx: *const Context,
|
pub fn secp256k1_ec_seckey_negate(cx: *const Context,
|
||||||
sk: *mut c_uchar) -> c_int;
|
sk: *mut c_uchar) -> c_int;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue