Loading openssl/Cargo.toml +2 −2 Original line number Diff line number Diff line Loading @@ -17,7 +17,7 @@ v102 = [] v110 = [] v111 = [] vendored = ['openssl-sys/vendored'] vendored = ['ffi/vendored'] [dependencies] bitflags = "1.0" Loading @@ -26,7 +26,7 @@ foreign-types = "0.3.1" libc = "0.2" once_cell = "1.5.2" openssl-sys = { version = "0.9.60", path = "../openssl-sys" } ffi = { package = "openssl-sys", version = "0.9.60", path = "../openssl-sys" } [dev-dependencies] tempdir = "0.3" Loading openssl/src/aes.rs +0 −1 Original line number Diff line number Diff line Loading @@ -55,7 +55,6 @@ //! assert_eq!(&orig_key[..], &key_to_wrap[..]); //! ``` //! use ffi; use libc::{c_int, c_uint}; use std::{mem, ptr}; Loading openssl/src/asn1.rs +0 −1 Original line number Diff line number Diff line Loading @@ -24,7 +24,6 @@ //! use openssl::asn1::Asn1Time; //! let tomorrow = Asn1Time::days_from_now(1); //! ``` use ffi; use foreign_types::{ForeignType, ForeignTypeRef}; use libc::{c_char, c_int, c_long, time_t}; #[cfg(ossl102)] Loading openssl/src/base64.rs +0 −1 Original line number Diff line number Diff line //! Base64 encoding support. use crate::cvt_n; use crate::error::ErrorStack; use ffi; use libc::c_int; /// Encodes a slice of bytes to a base64 string. Loading openssl/src/bio.rs +0 −1 Original line number Diff line number Diff line use ffi; use libc::c_int; use std::marker::PhantomData; use std::ptr; Loading Loading
openssl/Cargo.toml +2 −2 Original line number Diff line number Diff line Loading @@ -17,7 +17,7 @@ v102 = [] v110 = [] v111 = [] vendored = ['openssl-sys/vendored'] vendored = ['ffi/vendored'] [dependencies] bitflags = "1.0" Loading @@ -26,7 +26,7 @@ foreign-types = "0.3.1" libc = "0.2" once_cell = "1.5.2" openssl-sys = { version = "0.9.60", path = "../openssl-sys" } ffi = { package = "openssl-sys", version = "0.9.60", path = "../openssl-sys" } [dev-dependencies] tempdir = "0.3" Loading
openssl/src/aes.rs +0 −1 Original line number Diff line number Diff line Loading @@ -55,7 +55,6 @@ //! assert_eq!(&orig_key[..], &key_to_wrap[..]); //! ``` //! use ffi; use libc::{c_int, c_uint}; use std::{mem, ptr}; Loading
openssl/src/asn1.rs +0 −1 Original line number Diff line number Diff line Loading @@ -24,7 +24,6 @@ //! use openssl::asn1::Asn1Time; //! let tomorrow = Asn1Time::days_from_now(1); //! ``` use ffi; use foreign_types::{ForeignType, ForeignTypeRef}; use libc::{c_char, c_int, c_long, time_t}; #[cfg(ossl102)] Loading
openssl/src/base64.rs +0 −1 Original line number Diff line number Diff line //! Base64 encoding support. use crate::cvt_n; use crate::error::ErrorStack; use ffi; use libc::c_int; /// Encodes a slice of bytes to a base64 string. Loading
openssl/src/bio.rs +0 −1 Original line number Diff line number Diff line use ffi; use libc::c_int; use std::marker::PhantomData; use std::ptr; Loading