Commit f44cff29 authored by Steven Fackler's avatar Steven Fackler
Browse files

Cleanup

parent 3d535f66
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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