Unverified Commit cef3a3fa authored by Steven Fackler's avatar Steven Fackler Committed by GitHub
Browse files

Update openssl/src/ssl/connector.rs

parent f999e8ae
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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()