We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
CertAdd::Always
1 parent e9b4780 commit 59bd1caCopy full SHA for 59bd1ca
src/imp/schannel.rs
@@ -122,7 +122,7 @@ impl Identity {
122
123
for int_cert in cert_iter {
124
let certificate = Certificate::from_pem(int_cert)?;
125
- context = store.add_cert(&certificate.0, schannel::cert_store::CertAdd::Always)?;
+ context = store.add_cert(&certificate.0, CertAdd::Always)?;
126
}
127
Ok(Identity{cert: context})
128
0 commit comments