aboutsummaryrefslogtreecommitdiff
path: root/lib.rs
diff options
context:
space:
mode:
authorMatthijs van der Vleuten <[email protected]>2014-02-06 19:57:21 +0100
committerMatthijs van der Vleuten <[email protected]>2014-02-06 19:57:21 +0100
commite7f2dccb2f0ae8cea28d702807bf15069020b9f5 (patch)
tree0742cb09e4197bf6d3b55b4a69f27991e65893f1 /lib.rs
parentUpdate for IO API update (diff)
downloadrust-openssl-e7f2dccb2f0ae8cea28d702807bf15069020b9f5.tar.xz
rust-openssl-e7f2dccb2f0ae8cea28d702807bf15069020b9f5.zip
extra::sync was moved to sync crate
Diffstat (limited to 'lib.rs')
-rw-r--r--lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib.rs b/lib.rs
index 155bac68..e654b32c 100644
--- a/lib.rs
+++ b/lib.rs
@@ -4,6 +4,7 @@
#[doc(html_root_url="http://www.rust-ci.org/sfackler/rust-openssl/doc")];
extern mod extra;
+extern mod sync;
pub mod ssl;
pub mod crypto;