about summary refs log tree commit diff
path: root/src/librustpkg/rustpkg.rs
diff options
context:
space:
mode:
authorPalmer Cox <p@lmercox.com>2013-10-26 16:49:51 -0400
committerPalmer Cox <p@lmercox.com>2013-10-27 21:25:19 -0400
commit2d5cb5d99a68d9b603675b1c4284dbe37333332c (patch)
treec5bcb630d21739824839e9d0cfd71405c5aa8979 /src/librustpkg/rustpkg.rs
parentff9e573a6752cde4760fafdb94f7337c9e133905 (diff)
downloadrust-2d5cb5d99a68d9b603675b1c4284dbe37333332c.tar.gz
rust-2d5cb5d99a68d9b603675b1c4284dbe37333332c.zip
Integrate the code in the digest and cryptoutil modules directly into the sha1 module.
Diffstat (limited to 'src/librustpkg/rustpkg.rs')
-rw-r--r--src/librustpkg/rustpkg.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/librustpkg/rustpkg.rs b/src/librustpkg/rustpkg.rs
index 229eecffbea..95a2c5b1702 100644
--- a/src/librustpkg/rustpkg.rs
+++ b/src/librustpkg/rustpkg.rs
@@ -55,8 +55,6 @@ pub mod api;
 mod conditions;
 pub mod context;
 mod crate;
-mod cryptoutil;
-mod digest;
 pub mod exit_codes;
 mod installed_packages;
 mod messages;