mirror of
https://github.com/openharmony/third_party_rust_openssl-probe.git
synced 2026-07-01 10:18:23 -04:00
Add missing comma
This commit is contained in:
+2
-2
@@ -62,8 +62,8 @@ pub fn probe() -> ProbeResult {
|
||||
"cert.pem",
|
||||
"certs.pem",
|
||||
"certs/ca-certificates.crt",
|
||||
"certs/ca-root-nss.crt"
|
||||
"certs/ca-bundle.crt"
|
||||
"certs/ca-root-nss.crt",
|
||||
"certs/ca-bundle.crt",
|
||||
].iter() {
|
||||
try(&mut result.cert_file, certs_dir.join(cert));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user