Loading src/ssl/mod.rs +1 −0 Original line number Original line Diff line number Diff line Loading @@ -45,6 +45,7 @@ fn init() { } } /// Determines the SSL method supported /// Determines the SSL method supported #[deriving(Show, Hash, PartialEq, Eq)] pub enum SslMethod { pub enum SslMethod { #[cfg(sslv2)] #[cfg(sslv2)] /// Only support the SSLv2 protocol /// Only support the SSLv2 protocol Loading Loading
src/ssl/mod.rs +1 −0 Original line number Original line Diff line number Diff line Loading @@ -45,6 +45,7 @@ fn init() { } } /// Determines the SSL method supported /// Determines the SSL method supported #[deriving(Show, Hash, PartialEq, Eq)] pub enum SslMethod { pub enum SslMethod { #[cfg(sslv2)] #[cfg(sslv2)] /// Only support the SSLv2 protocol /// Only support the SSLv2 protocol Loading