Adds Debug derive for SslConnector
This commit is contained in:
parent
639c8af5c1
commit
d5be3e5758
|
|
@ -56,7 +56,7 @@ fn ctx(method: SslMethod) -> Result<SslContextBuilder, ErrorStack> {
|
||||||
///
|
///
|
||||||
/// OpenSSL's built in hostname verification is used when linking against OpenSSL 1.0.2 or 1.1.0,
|
/// OpenSSL's built in hostname verification is used when linking against OpenSSL 1.0.2 or 1.1.0,
|
||||||
/// and a custom implementation is used when linking against OpenSSL 1.0.1.
|
/// and a custom implementation is used when linking against OpenSSL 1.0.1.
|
||||||
#[derive(Clone)]
|
#[derive(Clone, Debug)]
|
||||||
pub struct SslConnector(SslContext);
|
pub struct SslConnector(SslContext);
|
||||||
|
|
||||||
impl SslConnector {
|
impl SslConnector {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue