Add x509_vfy.h header to systest

This commit is contained in:
Noah 2020-03-23 10:23:28 -05:00
parent e268a5ac7e
commit 0769ca54fd
No known key found for this signature in database
GPG Key ID: E8C14146AE337195
1 changed files with 2 additions and 1 deletions

View File

@ -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");