Unverified Commit 0769ca54 authored by Noah's avatar Noah
Browse files

Add x509_vfy.h header to systest

parent e268a5ac
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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");