]> git.proxmox.com Git - cargo.git/blob - vendor/openssl-0.9.15/src/x509/verify.rs
New upstream version 0.22.0
[cargo.git] / vendor / openssl-0.9.15 / src / x509 / verify.rs
1 //! X509 certificate verification
2 //!
3 //! Requires the `v102` or `v110` features and OpenSSL 1.0.2 or 1.1.0.
4
5 pub use verify::*;