Loading openssl/src/pkcs12.rs +1 −0 Original line number Diff line number Diff line Loading @@ -239,6 +239,7 @@ mod test { } #[test] #[cfg_attr(ossl300, ignore)] // https://github.com/openssl/openssl/issues/11672 fn create() { let subject_name = "ns.example.com"; let rsa = Rsa::generate(2048).unwrap(); Loading Loading
openssl/src/pkcs12.rs +1 −0 Original line number Diff line number Diff line Loading @@ -239,6 +239,7 @@ mod test { } #[test] #[cfg_attr(ossl300, ignore)] // https://github.com/openssl/openssl/issues/11672 fn create() { let subject_name = "ns.example.com"; let rsa = Rsa::generate(2048).unwrap(); Loading