Loading openssl/src/ssl/mod.rs +0 −2 Original line number Diff line number Diff line Loading @@ -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 Loading
openssl/src/ssl/mod.rs +0 −2 Original line number Diff line number Diff line Loading @@ -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