mirror of
https://github.com/fafhrd91/actix-web
synced 2024-11-24 08:22:59 +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 http_range::HttpRange;
|
||||
|
||||
#[doc(hidden)]
|
||||
#[cfg(feature="tls")]
|
||||
pub use native_tls::Pkcs12;
|
||||
|
||||
#[doc(hidden)]
|
||||
#[cfg(feature="openssl")]
|
||||
pub use openssl::pkcs12::Pkcs12;
|
||||
|
Loading…
Reference in New Issue
Block a user