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 a0c10ab commit 05aaeaaCopy full SHA for 05aaeaa
secp256k1-sys/src/lib.rs
@@ -915,7 +915,7 @@ extern "C" {
915
#[cfg_attr(not(rust_secp_no_symbol_renaming), link_name = "rustsecp256k1_v0_11_ec_pubkey_sort")]
916
pub fn secp256k1_ec_pubkey_sort(
917
ctx: *const Context,
918
- pubkeys: *const *const PublicKey,
+ pubkeys: *mut *const PublicKey,
919
n_pubkeys: size_t,
920
) -> c_int;
921
}
0 commit comments