diff --git a/network/netssl/include/net_ssl_c.h b/network/netssl/include/net_ssl_c.h index ac4ae595993759f4a584606e9078b236c3ada69a..aca725c3e0a2fb89f5074ae55e1df0d54fb532c4 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);