Move docs

This commit is contained in:
Steven Fackler 2016-10-29 15:02:36 -07:00
parent 85169e5a61
commit c2b38d8bb3
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,3 @@
//! X509 certificate verification
//!
//! Requires the `v102` or `v110` features and OpenSSL 1.0.2 or 1.1.0.
use libc::c_uint;
use ffi;

View File

@ -1 +1,5 @@
//! X509 certificate verification
//!
//! Requires the `v102` or `v110` features and OpenSSL 1.0.2 or 1.1.0.
pub use ::verify::*;