1
0
mirror of https://github.com/fafhrd91/actix-web synced 2024-11-24 00:21:08 +01:00

hide pkcs

This commit is contained in:
Nikolay Kim 2017-12-06 07:49:01 -08:00
parent 903b391e0a
commit 04ded5ba68

View File

@ -97,8 +97,10 @@ pub use http::{Method, StatusCode, Version};
pub use cookie::Cookie;
pub use http_range::HttpRange;
#[doc(hidden)]
#[cfg(feature="tls")]
pub use native_tls::Pkcs12;
#[doc(hidden)]
#[cfg(feature="openssl")]
pub use openssl::pkcs12::Pkcs12;