This commit is contained in:
Rob Ede 2021-04-02 08:26:34 +01:00
parent 4e59bff1aa
commit f83f5e2f26
No known key found for this signature in database
GPG Key ID: 97C636207D3EF933
1 changed files with 2 additions and 2 deletions

View File

@ -297,7 +297,7 @@ where
})?;
Ok(self)
}
#[cfg(feature = "openssl")]
/// Use listener for accepting incoming tls connection requests
///
@ -353,7 +353,7 @@ where
Ok(self)
}
#[cfg(feature = "rustls")]
/// Use listener for accepting incoming tls connection requests
///