Loading openssl/src/ssl/connector.rs +1 −1 Original line number Diff line number Diff line Loading @@ -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() Loading Loading
openssl/src/ssl/connector.rs +1 −1 Original line number Diff line number Diff line Loading @@ -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() Loading