diff --git a/src/ssl/mod.rs b/src/ssl/mod.rs index 7c9b2d60efae3298f9588292792d64316cffcfea..ead1f56f5581e16576fcfe29408f6d013f24e8d7 100644 --- a/src/ssl/mod.rs +++ b/src/ssl/mod.rs @@ -45,6 +45,7 @@ fn init() { } /// Determines the SSL method supported +#[deriving(Show, Hash, PartialEq, Eq)] pub enum SslMethod { #[cfg(sslv2)] /// Only support the SSLv2 protocol