1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2025-04-26 11:24:43 +00:00
actix-web/actix-connector/src/ssl/mod.rs
2018-12-10 16:16:40 -08:00

6 lines
120 B
Rust

//! SSL Services
#[cfg(feature = "ssl")]
mod openssl;
#[cfg(feature = "ssl")]
pub use self::openssl::OpensslConnector;