diff options
| author | Steven Fackler <[email protected]> | 2018-02-17 17:41:57 -0800 |
|---|---|---|
| committer | Steven Fackler <[email protected]> | 2018-02-17 17:49:49 -0800 |
| commit | 2daaf3fdea1002b49779d031aee8e003a34a754c (patch) | |
| tree | edc7ed42ba083b9d3c7f2d91a588650eed2b795b /systest | |
| parent | Add SSL_version binding (diff) | |
| download | archived-rust-openssl-2daaf3fdea1002b49779d031aee8e003a34a754c.tar.xz archived-rust-openssl-2daaf3fdea1002b49779d031aee8e003a34a754c.zip | |
Add some debugging-related bindings
Diffstat (limited to 'systest')
| -rw-r--r-- | systest/build.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/systest/build.rs b/systest/build.rs index 457d372b..76d0a950 100644 --- a/systest/build.rs +++ b/systest/build.rs @@ -109,6 +109,7 @@ fn main() { cfg.skip_signededness(|s| { s.ends_with("_cb") || s.ends_with("_CB") || s.ends_with("_cb_fn") || s.starts_with("CRYPTO_") || s == "PasswordCallback" + || s.ends_with("_cb_func") }); cfg.field_name(|_s, field| { if field == "type_" { |