Skip to content

Commit

Permalink
Update openssl/src/ssl/connector.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
sfackler authored Dec 31, 2020
1 parent f999e8a commit cef3a3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openssl/src/ssl/connector.rs
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ cfg_if! {
}

let hostname_idx =
try_get_hostname_idx.expect("failed to initialize hostname index");
try_get_hostname_idx().expect("failed to initialize hostname index");
let ok = match (
x509_ctx.current_cert(),
X509StoreContext::ssl_idx()
Expand Down

0 comments on commit cef3a3f

Please sign in to comment.