mirror of https://github.com/rwf2/Rocket.git
6 lines
185 B
Rust
6 lines
185 B
Rust
|
extern crate rustls;
|
||
|
extern crate hyper_sync_rustls;
|
||
|
|
||
|
pub use self::hyper_sync_rustls::{util, WrappedStream, ServerSession, TlsServer};
|
||
|
pub use self::rustls::{Certificate, PrivateKey};
|