From e0a32e4ee6a342f9c6334b5bae0f0c289b5a65b9 Mon Sep 17 00:00:00 2001 From: "1362134550@qq.com" <1362134550@qq.com> Date: Tue, 2 Sep 2025 10:56:21 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9C=80=E4=BD=B3=E5=AE=9E=E8=B7=B5=E9=97=AE?= =?UTF-8?q?=E9=A2=98=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Privacy/privacy/src/main/ets/pages/Cybersecurity.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Privacy/privacy/src/main/ets/pages/Cybersecurity.cpp b/Privacy/privacy/src/main/ets/pages/Cybersecurity.cpp index 34acd71e..2c8de5d2 100644 --- a/Privacy/privacy/src/main/ets/pages/Cybersecurity.cpp +++ b/Privacy/privacy/src/main/ets/pages/Cybersecurity.cpp @@ -75,7 +75,7 @@ curl_easy_setopt(curl, CURLOPT_CATH, "/etc/security/certificates"); * 场景六:配置信任应用管理的CA证书-应用使用三方库进行网络连接 */ // [Start cybersecurity_trusting_ca_others] -curl_easy_setopt( curl, CURLOPT_CATH, "/data/storage/el1/bundle/entry/resources/resfile/domainCaCert"); +curl_easy_setopt(curl, CURLOPT_CATH, "/data/storage/el1/bundle/entry/resources/resfile/domainCaCert"); // [End cybersecurity_trusting_ca_others] /** -- Gitee