diff options
| author | Steven Fackler <[email protected]> | 2013-12-28 20:15:15 -0700 |
|---|---|---|
| committer | Steven Fackler <[email protected]> | 2013-12-28 20:15:15 -0700 |
| commit | 42022fa539846e3fb1e544a7c303f08a48eea56f (patch) | |
| tree | 95fdb198aa0d205ff365d8a0d38524505adfe905 /lib.rs | |
| parent | Integrate everything (diff) | |
| download | rust-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.rs | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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; |