aboutsummaryrefslogtreecommitdiff
path: root/crypto/mod.rs
diff options
context:
space:
mode:
authorSteven Fackler <[email protected]>2013-12-28 20:15:15 -0700
committerSteven Fackler <[email protected]>2013-12-28 20:15:15 -0700
commit42022fa539846e3fb1e544a7c303f08a48eea56f (patch)
tree95fdb198aa0d205ff365d8a0d38524505adfe905 /crypto/mod.rs
parentIntegrate everything (diff)
downloadrust-openssl-42022fa539846e3fb1e544a7c303f08a48eea56f.tar.xz
rust-openssl-42022fa539846e3fb1e544a7c303f08a48eea56f.zip
Delete crypto/hex
This is provided by libextra
Diffstat (limited to 'crypto/mod.rs')
-rw-r--r--crypto/mod.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/mod.rs b/crypto/mod.rs
index 30fb08b0..d7c62f98 100644
--- a/crypto/mod.rs
+++ b/crypto/mod.rs
@@ -16,7 +16,6 @@
*/
pub mod hash;
-pub mod hex;
pub mod hmac;
pub mod pkcs5;
pub mod pkey;