1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-08-02 18:55:05 +00: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;