aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/hash.rs
diff options
context:
space:
mode:
authorSteven Fackler <[email protected]>2015-01-03 11:09:21 -0500
committerSteven Fackler <[email protected]>2015-01-03 11:09:21 -0500
commit9042a4db2fbd37255576ec36a3d9aea644ee7b2a (patch)
tree7d7d52e3e7542c7cea656ea69e7a05d10c4ab7b4 /src/crypto/hash.rs
parentMerge pull request #134 from DiamondLovesYou/master (diff)
parentUpdated to master: (diff)
downloadrust-openssl-9042a4db2fbd37255576ec36a3d9aea644ee7b2a.tar.xz
rust-openssl-9042a4db2fbd37255576ec36a3d9aea644ee7b2a.zip
Merge pull request #136 from vhbit/up-master
Updated to master:
Diffstat (limited to 'src/crypto/hash.rs')
-rw-r--r--src/crypto/hash.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crypto/hash.rs b/src/crypto/hash.rs
index 2a181526..a9711e92 100644
--- a/src/crypto/hash.rs
+++ b/src/crypto/hash.rs
@@ -4,7 +4,7 @@ use std::io;
use ffi;
-#[deriving(Copy)]
+#[derive(Copy)]
pub enum HashType {
MD5,
SHA1,