summaryrefslogtreecommitdiff
path: root/systest
diff options
context:
space:
mode:
authorNoah <33094578+coolreader18@users.noreply.github.com>2020-03-23 10:23:28 -0500
committerNoah <33094578+coolreader18@users.noreply.github.com>2020-03-23 10:23:28 -0500
commit0769ca54fd8d7e34bf809887d70cad4a93738e8e (patch)
tree7035801defa3b0fbf778d2de130f0296215a9883 /systest
parente268a5ac7e0fa2fa4987d4685fe07a4b9927f99d (diff)
downloadrust-openssl-0769ca54fd8d7e34bf809887d70cad4a93738e8e.zip
Add x509_vfy.h header to systest
Diffstat (limited to 'systest')
-rw-r--r--systest/build.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/systest/build.rs b/systest/build.rs
index e8bd221d..8ff03c87 100644
--- a/systest/build.rs
+++ b/systest/build.rs
@@ -61,7 +61,8 @@ fn main() {
.header("openssl/bn.h")
.header("openssl/aes.h")
.header("openssl/ocsp.h")
- .header("openssl/evp.h");
+ .header("openssl/evp.h")
+ .header("openssl/x509_vfy.h");
if openssl_version.is_some() {
cfg.header("openssl/cms.h");