Skip to content

Commit de0fc42

Browse files
committed
Use CertAdd::Always
1 parent eb7fef5 commit de0fc42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/imp/schannel.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ impl Identity {
122122

123123
for int_cert in cert_iter {
124124
let certificate = Certificate::from_pem(int_cert)?;
125-
context = store.add_cert(&certificate.0, schannel::cert_store::CertAdd::Always)?;
125+
context = store.add_cert(&certificate.0, CertAdd::Always)?;
126126
}
127127
Ok(Identity{cert: context})
128128
}

0 commit comments

Comments
 (0)