Commit 13b20278 authored by Andrew Dunham's avatar Andrew Dunham
Browse files

Derive things on SslMethod

parent cd40d25c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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