aboutsummaryrefslogtreecommitdiff
path: root/error.rs
diff options
context:
space:
mode:
Diffstat (limited to 'error.rs')
-rw-r--r--error.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/error.rs b/error.rs
index b5fe0b6b..90429996 100644
--- a/error.rs
+++ b/error.rs
@@ -2,6 +2,7 @@ use std::libc::c_ulong;
use super::ffi;
+#[deriving(ToStr)]
pub enum SslError {
StreamEof,
SslSessionClosed,