summaryrefslogtreecommitdiff
path: root/systest
diff options
context:
space:
mode:
authorSteven Fackler <sfackler@gmail.com>2016-11-03 20:38:51 -0700
committerSteven Fackler <sfackler@gmail.com>2016-11-03 20:38:51 -0700
commit62a9f89fceca595c1868320974eb74c6a8f33307 (patch)
tree9a8f6d4114e4dafa22646ef34644b6ee1e660eb7 /systest
parent7f308aa5e1c440712217bc8b4310000372856459 (diff)
downloadrust-openssl-62a9f89fceca595c1868320974eb74c6a8f33307.zip
Avoid lhash weirdness
Diffstat (limited to 'systest')
-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...