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() {
6363 } else {
6464 base_config. define ( "ECMULT_WINDOW_SIZE" , Some ( "15" ) ) ; // This is the default in the configure file (`auto`)
6565 }
66- #[ cfg( not( feature = "dont_replace_c_symbols" ) ) ]
6766 base_config. define ( "USE_EXTERNAL_DEFAULT_CALLBACKS" , Some ( "1" ) ) ;
6867 #[ cfg( feature = "endomorphism" ) ]
6968 base_config. define ( "USE_ENDOMORPHISM" , Some ( "1" ) ) ;
Original file line number Diff line number Diff line change @@ -734,7 +734,6 @@ mod tests {
734734
735735
736736 #[ test]
737- #[ cfg( not( feature = "dont_replace_c_symbols" ) ) ]
738737 fn test_manual_create_destroy ( ) {
739738 let ctx_full = unsafe { ffi:: secp256k1_context_create ( AllPreallocated :: FLAGS ) } ;
740739 let ctx_sign = unsafe { ffi:: secp256k1_context_create ( SignOnlyPreallocated :: FLAGS ) } ;
You can’t perform that action at this time.
0 commit comments