File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,6 @@ fn main() {
63
63
} else {
64
64
base_config. define ( "ECMULT_WINDOW_SIZE" , Some ( "15" ) ) ; // This is the default in the configure file (`auto`)
65
65
}
66
- #[ cfg( not( feature = "dont_replace_c_symbols" ) ) ]
67
66
base_config. define ( "USE_EXTERNAL_DEFAULT_CALLBACKS" , Some ( "1" ) ) ;
68
67
#[ cfg( feature = "endomorphism" ) ]
69
68
base_config. define ( "USE_ENDOMORPHISM" , Some ( "1" ) ) ;
Original file line number Diff line number Diff line change @@ -734,7 +734,6 @@ mod tests {
734
734
735
735
736
736
#[ test]
737
- #[ cfg( not( feature = "dont_replace_c_symbols" ) ) ]
738
737
fn test_manual_create_destroy ( ) {
739
738
let ctx_full = unsafe { ffi:: secp256k1_context_create ( AllPreallocated :: FLAGS ) } ;
740
739
let ctx_sign = unsafe { ffi:: secp256k1_context_create ( SignOnlyPreallocated :: FLAGS ) } ;
You can’t perform that action at this time.
0 commit comments