aboutsummaryrefslogtreecommitdiff
path: root/lib.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 /lib.rs
parentIntegrate everything (diff)
downloadrust-openssl-42022fa539846e3fb1e544a7c303f08a48eea56f.tar.xz
rust-openssl-42022fa539846e3fb1e544a7c303f08a48eea56f.zip
Delete crypto/hex
This is provided by libextra
Diffstat (limited to 'lib.rs')
-rw-r--r--lib.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib.rs b/lib.rs
index 79c12407..dcce58a7 100644
--- a/lib.rs
+++ b/lib.rs
@@ -2,5 +2,7 @@
#[crate_id="github.com/sfackler/rust-openssl"];
#[doc(html_root_url="http://sfackler.github.io/rust-openssl/doc")];
+extern mod extra;
+
pub mod ssl;
pub mod crypto;