diff --git a/Privacy/privacy/src/main/ets/pages/Cybersecurity.cpp b/Privacy/privacy/src/main/ets/pages/Cybersecurity.cpp index 34acd71e5e9e8511bfa83c7228dc7574b842cd3e..2c8de5d209b2743a117a786a2b3e47a34ff2b572 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] /**