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 58f946f commit d12be79Copy full SHA for d12be79
secp256k1-sys/src/lib.rs
@@ -626,7 +626,6 @@ pub unsafe extern "C" fn rustsecp256k1_v0_4_0_default_error_callback_fn(message:
626
panic!("[libsecp256k1] internal consistency check failed {}", msg);
627
}
628
629
-#[no_mangle]
630
#[cfg(not(rust_secp_no_symbol_renaming))]
631
unsafe fn strlen(mut str_ptr: *const c_char) -> usize {
632
let mut ctr = 0;
@@ -761,7 +760,6 @@ pub use self::fuzz_dummy::*;
761
760
762
#[cfg(test)]
763
mod tests {
764
- #[no_mangle]
765
766
#[test]
767
fn test_strlen() {
0 commit comments