Skip to content

Commit

Permalink
Upgrade ctest
Browse files Browse the repository at this point in the history
  • Loading branch information
sfackler committed Mar 12, 2019
1 parent 77ff62a commit d922e3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion systest/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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']
2 changes: 1 addition & 1 deletion systest/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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" {
Expand Down

0 comments on commit d922e3f

Please sign in to comment.