summaryrefslogtreecommitdiff
path: root/systest
diff options
context:
space:
mode:
authorSteven Fackler <sfackler@gmail.com>2019-03-11 21:34:24 -0700
committerSteven Fackler <sfackler@gmail.com>2019-03-11 21:34:24 -0700
commitd922e3f80b82a9947566717544afc77589b6ea5f (patch)
treea14718945dc7581fe840ce7f8be284960808e1c6 /systest
parent77ff62a4c8493bde877c5ef2024e4c769335722e (diff)
downloadrust-openssl-d922e3f80b82a9947566717544afc77589b6ea5f.zip
Upgrade ctest
Diffstat (limited to 'systest')
-rw-r--r--systest/Cargo.toml2
-rw-r--r--systest/build.rs2
2 files changed, 2 insertions, 2 deletions
diff --git a/systest/Cargo.toml b/systest/Cargo.toml
index 63f80479..bea35574 100644
--- a/systest/Cargo.toml
+++ b/systest/Cargo.toml
@@ -8,7 +8,7 @@ libc = "0.2"
openssl-sys = { path = "../openssl-sys" }
[build-dependencies]
-ctest = "0.1"
+ctest = "0.2"
[features]
vendored = ['openssl-sys/vendored']
diff --git a/systest/build.rs b/systest/build.rs
index 6f3c782b..e8bd221d 100644
--- a/systest/build.rs
+++ b/systest/build.rs
@@ -67,7 +67,7 @@ fn main() {
cfg.header("openssl/cms.h");
}
- cfg.type_name(|s, is_struct| {
+ cfg.type_name(|s, is_struct, _is_union| {
// Add some `*` on some callback parameters to get function pointer to
// typecheck in C, especially on MSVC.
if s == "PasswordCallback" {