mirror of
https://github.com/fafhrd91/actix-net
synced 2025-08-21 13:55:37 +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;
|