mirror of
https://github.com/fafhrd91/actix-web
synced 2024-11-28 01:52:57 +01:00
hide pkcs
This commit is contained in:
parent
903b391e0a
commit
04ded5ba68
@ -97,8 +97,10 @@ pub use http::{Method, StatusCode, Version};
|
|||||||
pub use cookie::Cookie;
|
pub use cookie::Cookie;
|
||||||
pub use http_range::HttpRange;
|
pub use http_range::HttpRange;
|
||||||
|
|
||||||
|
#[doc(hidden)]
|
||||||
#[cfg(feature="tls")]
|
#[cfg(feature="tls")]
|
||||||
pub use native_tls::Pkcs12;
|
pub use native_tls::Pkcs12;
|
||||||
|
|
||||||
|
#[doc(hidden)]
|
||||||
#[cfg(feature="openssl")]
|
#[cfg(feature="openssl")]
|
||||||
pub use openssl::pkcs12::Pkcs12;
|
pub use openssl::pkcs12::Pkcs12;
|
||||||
|
Loading…
Reference in New Issue
Block a user