aboutsummaryrefslogtreecommitdiff
path: root/crypto/hash.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/hash.rs')
-rw-r--r--crypto/hash.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/hash.rs b/crypto/hash.rs
index cb606d66..9a1a078a 100644
--- a/crypto/hash.rs
+++ b/crypto/hash.rs
@@ -105,7 +105,7 @@ pub fn hash(t: HashType, data: &[u8]) -> ~[u8] {
#[cfg(test)]
mod tests {
- use extra::hex::{FromHex, ToHex};
+ use serialize::hex::{FromHex, ToHex};
struct HashTest {
input: ~[u8],