diff options
Diffstat (limited to 'lib.rs')
| -rw-r--r-- | lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |