Loading openssl/src/ssl/tests/mod.rs +1 −0 Original line number Diff line number Diff line Loading @@ -1061,6 +1061,7 @@ fn refcount_ssl_context() { } #[test] #[cfg_attr(windows, ignore)] // don't have a trusted CA list easily available :( fn default_verify_paths() { let mut ctx = SslContext::new(SslMethod::Sslv23).unwrap(); ctx.set_default_verify_paths().unwrap(); Loading Loading
openssl/src/ssl/tests/mod.rs +1 −0 Original line number Diff line number Diff line Loading @@ -1061,6 +1061,7 @@ fn refcount_ssl_context() { } #[test] #[cfg_attr(windows, ignore)] // don't have a trusted CA list easily available :( fn default_verify_paths() { let mut ctx = SslContext::new(SslMethod::Sslv23).unwrap(); ctx.set_default_verify_paths().unwrap(); Loading