diff options
| author | Steven Fackler <[email protected]> | 2013-12-28 18:39:07 -0700 |
|---|---|---|
| committer | Steven Fackler <[email protected]> | 2013-12-28 18:39:07 -0700 |
| commit | 9b3746260cb88e36df9be16b72c1c5f39204e78e (patch) | |
| tree | aadd76325a0505e0f6bfbea87444170501703e50 /crypto/hmac.rs | |
| parent | Merge remote-tracking branches 'rustcrypto/master' and 'rust-ssl/master' (diff) | |
| download | rust-openssl-9b3746260cb88e36df9be16b72c1c5f39204e78e.tar.xz rust-openssl-9b3746260cb88e36df9be16b72c1c5f39204e78e.zip | |
Integrate everything
Diffstat (limited to 'crypto/hmac.rs')
| -rw-r--r-- | crypto/hmac.rs | 2 |
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 { |