aboutsummaryrefslogtreecommitdiff
path: root/systest/build.rs
diff options
context:
space:
mode:
Diffstat (limited to 'systest/build.rs')
-rw-r--r--systest/build.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/systest/build.rs b/systest/build.rs
index 8fac5536..38d43995 100644
--- a/systest/build.rs
+++ b/systest/build.rs
@@ -78,8 +78,6 @@ fn main() {
});
cfg.skip_fn(move |s| {
s == "CRYPTO_memcmp" || // uses volatile
- s == "X509V3_EXT_conf_nid" || // weird lhash first param
- s == "X509V3_EXT_conf" || // weird lhash first param
// Skip some functions with function pointers on windows, not entirely
// sure how to get them to work out...