From 13b20278501f22eafd986e5acdd4e35bb6cd2f9c Mon Sep 17 00:00:00 2001 From: Andrew Dunham Date: Thu, 4 Sep 2014 17:53:51 -0700 Subject: [PATCH] Derive things on SslMethod --- src/ssl/mod.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ssl/mod.rs b/src/ssl/mod.rs index 7c9b2d60e..ead1f56f5 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 -- GitLab