From db414869aa19f68c4456884e5b914cd49ad65ca7 Mon Sep 17 00:00:00 2001 From: jxw Date: Thu, 31 Jul 2025 06:52:47 +0000 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4C=E6=8E=A5=E5=8F=A3=E4=B8=AD?= =?UTF-8?q?=E7=9A=84=E7=B3=BB=E7=BB=9F=E6=A0=87=E7=AD=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: jxw --- network/netssl/include/net_ssl_c.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/network/netssl/include/net_ssl_c.h b/network/netssl/include/net_ssl_c.h index ac4ae5959..aca725c3e 100644 --- a/network/netssl/include/net_ssl_c.h +++ b/network/netssl/include/net_ssl_c.h @@ -142,12 +142,10 @@ int32_t OH_Netstack_IsCleartextPermittedByHostName(const char *hostname, bool *i * @brief Checks whether the component is configured for Cleartext traffic interception. * * @return 0 - Success. - * 202 - Non-system applications use system APIs. * 2100001 - Invalid parameter value. * @param component Indicates the component name. * @param componentCfg Indicates output parameter, * {@code true} if the component is configured for Cleartext traffic interception, {@code false} otherwise. - * @systemapi Hide this for inner system use. * @since 20 */ int32_t OH_Netstack_IsCleartextCfgByComponent(const char *component, bool *componentCfg); -- Gitee