Add x509_vfy.h header to systest
This commit is contained in:
parent
e268a5ac7e
commit
0769ca54fd
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Reference in New Issue