Loading src/ssl/error.rs +2 −2 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ use std::io::IoError; use ssl::ffi; /// An SSL error #[deriving(Show)] #[deriving(Show, Clone, PartialEq, Eq)] pub enum SslError { /// The underlying stream has reported an error StreamError(IoError), Loading @@ -15,7 +15,7 @@ pub enum SslError { } /// An error from the OpenSSL library #[deriving(Show)] #[deriving(Show, Clone, PartialEq, Eq)] pub enum OpensslError { /// An unknown error UnknownError { Loading Loading
src/ssl/error.rs +2 −2 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ use std::io::IoError; use ssl::ffi; /// An SSL error #[deriving(Show)] #[deriving(Show, Clone, PartialEq, Eq)] pub enum SslError { /// The underlying stream has reported an error StreamError(IoError), Loading @@ -15,7 +15,7 @@ pub enum SslError { } /// An error from the OpenSSL library #[deriving(Show)] #[deriving(Show, Clone, PartialEq, Eq)] pub enum OpensslError { /// An unknown error UnknownError { Loading