aboutsummaryrefslogtreecommitdiff
path: root/crypto/hmac.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/hmac.rs')
-rw-r--r--crypto/hmac.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/hmac.rs b/crypto/hmac.rs
index 5cac7f50..d7a76e08 100644
--- a/crypto/hmac.rs
+++ b/crypto/hmac.rs
@@ -17,7 +17,7 @@
use std::libc::{c_uchar, c_int, c_uint};
use std::ptr;
use std::vec;
-use hash;
+use crypto::hash;
#[allow(non_camel_case_types)]
pub struct HMAC_CTX {