Loading README.md +1 −1 Original line number Diff line number Diff line rust-openssl [](https://travis-ci.org/sfackler/rust-openssl) ============ See the [rustdoc output](http://www.rust-ci.org/sfackler/rust-openssl/doc/openssl/). See the [rustdoc output](https://sfackler.github.io/doc/openssl). Building -------- Loading src/lib.rs +1 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ #![crate_name="openssl"] #![crate_type="rlib"] #![crate_type="dylib"] #![doc(html_root_url="http://www.rust-ci.org/sfackler/rust-openssl/doc")] #![doc(html_root_url="https://sfackler.github.io/doc/openssl")] extern crate libc; #[cfg(test)] Loading Loading
README.md +1 −1 Original line number Diff line number Diff line rust-openssl [](https://travis-ci.org/sfackler/rust-openssl) ============ See the [rustdoc output](http://www.rust-ci.org/sfackler/rust-openssl/doc/openssl/). See the [rustdoc output](https://sfackler.github.io/doc/openssl). Building -------- Loading
src/lib.rs +1 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ #![crate_name="openssl"] #![crate_type="rlib"] #![crate_type="dylib"] #![doc(html_root_url="http://www.rust-ci.org/sfackler/rust-openssl/doc")] #![doc(html_root_url="https://sfackler.github.io/doc/openssl")] extern crate libc; #[cfg(test)] Loading