1
2
3
4
//! OpenSSL-specific functionality.

pub use imp::{TlsConnectorBuilderExt, TlsAcceptorBuilderExt, TlsStreamExt};
pub use imp::ErrorExt;