Loading lib.rs +5 −5 Original line number Diff line number Diff line #[feature(struct_variant, macro_rules)]; #[crate_id="github.com/sfackler/rust-openssl#openssl:0.0"]; #[crate_type="rlib"]; #[crate_type="dylib"]; #[doc(html_root_url="http://www.rust-ci.org/sfackler/rust-openssl/doc")]; #![feature(struct_variant, macro_rules)] #![crate_id="github.com/sfackler/rust-openssl#openssl:0.0"] #![crate_type="rlib"] #![crate_type="dylib"] #![doc(html_root_url="http://www.rust-ci.org/sfackler/rust-openssl/doc")] #[cfg(test)] extern crate serialize; Loading ssl/ffi.rs +1 −2 Original line number Diff line number Diff line #[doc(hidden)]; #[allow(non_camel_case_types)]; #![allow(non_camel_case_types)] use std::libc::{c_int, c_void, c_long, c_ulong, c_char}; Loading Loading
lib.rs +5 −5 Original line number Diff line number Diff line #[feature(struct_variant, macro_rules)]; #[crate_id="github.com/sfackler/rust-openssl#openssl:0.0"]; #[crate_type="rlib"]; #[crate_type="dylib"]; #[doc(html_root_url="http://www.rust-ci.org/sfackler/rust-openssl/doc")]; #![feature(struct_variant, macro_rules)] #![crate_id="github.com/sfackler/rust-openssl#openssl:0.0"] #![crate_type="rlib"] #![crate_type="dylib"] #![doc(html_root_url="http://www.rust-ci.org/sfackler/rust-openssl/doc")] #[cfg(test)] extern crate serialize; Loading
ssl/ffi.rs +1 −2 Original line number Diff line number Diff line #[doc(hidden)]; #[allow(non_camel_case_types)]; #![allow(non_camel_case_types)] use std::libc::{c_int, c_void, c_long, c_ulong, c_char}; Loading