aboutsummaryrefslogtreecommitdiff
path: root/lib.rs
diff options
context:
space:
mode:
authorSteven Fackler <[email protected]>2014-02-13 19:31:39 -0800
committerSteven Fackler <[email protected]>2014-02-13 19:31:39 -0800
commit3acd8f8de95cdc386924aa0fadd55ea58008f961 (patch)
tree304907f7abd629770d21dcec6a046b945102e00a /lib.rs
parentMake Makefile variables early evaluated (diff)
downloadrust-openssl-3acd8f8de95cdc386924aa0fadd55ea58008f961.tar.xz
rust-openssl-3acd8f8de95cdc386924aa0fadd55ea58008f961.zip
Update for hex move
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 0be3edf2..842f9fe8 100644
--- a/lib.rs
+++ b/lib.rs
@@ -5,6 +5,8 @@
#[doc(html_root_url="http://www.rust-ci.org/sfackler/rust-openssl/doc")];
extern mod extra;
+#[cfg(test)]
+extern mod serialize;
extern mod sync;
pub mod ssl;