diff options
Diffstat (limited to 'src/crypto/hash.rs')
| -rw-r--r-- | src/crypto/hash.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/crypto/hash.rs b/src/crypto/hash.rs index b5d0eab5..37573368 100644 --- a/src/crypto/hash.rs +++ b/src/crypto/hash.rs @@ -4,6 +4,7 @@ use std::io; use ffi; +#[deriving(Copy)] pub enum HashType { MD5, SHA1, |