Move docs
This commit is contained in:
parent
85169e5a61
commit
c2b38d8bb3
|
|
@ -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 libc::c_uint;
|
||||||
use ffi;
|
use ffi;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1 +1,5 @@
|
||||||
|
//! X509 certificate verification
|
||||||
|
//!
|
||||||
|
//! Requires the `v102` or `v110` features and OpenSSL 1.0.2 or 1.1.0.
|
||||||
|
|
||||||
pub use ::verify::*;
|
pub use ::verify::*;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue