Cleanup
This commit is contained in:
parent
3d535f661f
commit
f44cff29e6
|
|
@ -75,10 +75,8 @@ bitflags! {
|
|||
}
|
||||
|
||||
/// Determines the SSL method supported
|
||||
#[allow(non_camel_case_types)]
|
||||
#[derive(Copy, Clone, Debug, Hash, PartialEq, Eq)]
|
||||
pub enum SslMethod {
|
||||
// TODO: support more methods
|
||||
/// Support the TLS protocol
|
||||
Tls,
|
||||
/// Support DTLS protocol
|
||||
|
|
|
|||
Loading…
Reference in New Issue