mirror of
https://github.com/fafhrd91/actix-net
synced 2025-04-22 10:24:52 +02:00
8 lines
107 B
Rust
8 lines
107 B
Rust
//! SSL Services
|
|
|
|
#[cfg(feature = "openssl")]
|
|
pub mod openssl;
|
|
|
|
#[cfg(feature = "rustls")]
|
|
pub mod rustls;
|