From 27c6b6f1adfcfd3d5cf8161ecd82261dc1b2adf7 Mon Sep 17 00:00:00 2001 From: l30028760 Date: Mon, 16 Jun 2025 10:54:47 +0800 Subject: [PATCH] =?UTF-8?q?iot=C3=A2=C2=80=C3=A2=C2=80=5Fdevice=5Fsdk?= =?UTF-8?q?=E7=BC=96=E8=AF=91=E6=AF=95=E4=B8=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: l30028760 --- BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILD.gn b/BUILD.gn index 460d060ebc..bd08aab31d 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -1805,7 +1805,7 @@ config("ssl_config_public") { include_dirs = crypto_config_common_public_include_dirs } -ohos_source_set("ssl_source") { +ohos_shared_library("ssl_source") { if (!compatible_with_legacy_build_system) { subsystem_name = "thirdparty" part_name = "openssl" -- Gitee