Loading openssl/src/pkcs12.rs +0 −2 Original line number Diff line number Diff line Loading @@ -58,7 +58,6 @@ impl Pkcs12 { pkey: pkey, cert: cert, chain: chain_out, _p: (), }) } } Loading @@ -68,7 +67,6 @@ pub struct ParsedPkcs12 { pub pkey: PKey, pub cert: X509, pub chain: Vec<X509>, _p: (), } #[cfg(ossl110)] Loading Loading
openssl/src/pkcs12.rs +0 −2 Original line number Diff line number Diff line Loading @@ -58,7 +58,6 @@ impl Pkcs12 { pkey: pkey, cert: cert, chain: chain_out, _p: (), }) } } Loading @@ -68,7 +67,6 @@ pub struct ParsedPkcs12 { pub pkey: PKey, pub cert: X509, pub chain: Vec<X509>, _p: (), } #[cfg(ossl110)] Loading