Loading .github/workflows/ci.yml +1 −0 Original line number Diff line number Diff line Loading @@ -135,6 +135,7 @@ jobs: linux: strategy: fail-fast: false matrix: target: - x86_64-unknown-linux-gnu Loading openssl/src/encrypt.rs +2 −0 Original line number Diff line number Diff line Loading @@ -39,6 +39,7 @@ //! decrypted.truncate(decrypted_len); //! assert_eq!(&*decrypted, data); //! ``` #[cfg(any(ossl102, libressl310))] use libc::{c_int, c_void}; use std::{marker::PhantomData, ptr}; Loading Loading @@ -462,6 +463,7 @@ mod test { use hex::FromHex; use crate::encrypt::{Decrypter, Encrypter}; #[cfg(any(ossl102, libressl310))] use crate::hash::MessageDigest; use crate::pkey::PKey; use crate::rsa::{Padding, Rsa}; Loading Loading
.github/workflows/ci.yml +1 −0 Original line number Diff line number Diff line Loading @@ -135,6 +135,7 @@ jobs: linux: strategy: fail-fast: false matrix: target: - x86_64-unknown-linux-gnu Loading
openssl/src/encrypt.rs +2 −0 Original line number Diff line number Diff line Loading @@ -39,6 +39,7 @@ //! decrypted.truncate(decrypted_len); //! assert_eq!(&*decrypted, data); //! ``` #[cfg(any(ossl102, libressl310))] use libc::{c_int, c_void}; use std::{marker::PhantomData, ptr}; Loading Loading @@ -462,6 +463,7 @@ mod test { use hex::FromHex; use crate::encrypt::{Decrypter, Encrypter}; #[cfg(any(ossl102, libressl310))] use crate::hash::MessageDigest; use crate::pkey::PKey; use crate::rsa::{Padding, Rsa}; Loading