Removed no longer used dont_replace_c_symbols feature

This commit is contained in:
Elichai Turkel 2020-02-09 16:37:59 +02:00
parent 889e9a8740
commit 2f897d8a93
No known key found for this signature in database
GPG Key ID: 9383CDE9E8E66A7F
2 changed files with 0 additions and 2 deletions

View File

@ -63,7 +63,6 @@ fn main() {
} else {
base_config.define("ECMULT_WINDOW_SIZE", Some("15")); // This is the default in the configure file (`auto`)
}
#[cfg(not(feature = "dont_replace_c_symbols"))]
base_config.define("USE_EXTERNAL_DEFAULT_CALLBACKS", Some("1"));
#[cfg(feature = "endomorphism")]
base_config.define("USE_ENDOMORPHISM", Some("1"));

View File

@ -734,7 +734,6 @@ mod tests {
#[test]
#[cfg(not(feature = "dont_replace_c_symbols"))]
fn test_manual_create_destroy() {
let ctx_full = unsafe { ffi::secp256k1_context_create(AllPreallocated::FLAGS) };
let ctx_sign = unsafe { ffi::secp256k1_context_create(SignOnlyPreallocated::FLAGS) };