Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
mmastrac committed Apr 25, 2024
1 parent 4ba9036 commit 6d71430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/tls/lib.rs
Expand Up @@ -260,7 +260,7 @@ pub fn create_client_config(
match rustls_pemfile::certs(reader) {
Ok(certs) => {
for cert in certs {
root_cert_store.add(CertificateDer::from(cert));
root_cert_store.add(CertificateDer::from(cert))?;
}
}
Err(e) => {
Expand Down

0 comments on commit 6d71430

Please sign in to comment.